Loading MCP server directory, please wait...
Self-hosted MCP to find, book, and cancel salon appointments via SalonRunner.
npx @getmcp/cli add io.github.topness-msft/salonrunner-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SALONRUNNER_SALON_IDYour salon's numeric id (from your booking URL)
SALONRUNNER_USERNAMEYour SalonRunner client login (same as the booking site)
SALONRUNNER_PASSWORDYour SalonRunner client password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.topness-msft/salonrunner-mcp": {
"command": "npx",
"args": [
"-y",
"salonrunner-mcp"
],
"env": {
"SALONRUNNER_SALON_ID": "",
"SALONRUNNER_USERNAME": "",
"SALONRUNNER_PASSWORD": "",
"SALONRUNNER_READ_ONLY": ""
}
}
}
}