salonrunner-mcp
About
Self-hosted MCP to find, book, and cancel salon appointments via SalonRunner.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SALONRUNNER_SALON_ID SALONRUNNER_USERNAME SALONRUNNER_PASSWORD SALONRUNNER_READ_ONLYClaude Code
claude mcp add --env SALONRUNNER_SALON_ID= --env SALONRUNNER_USERNAME= --env SALONRUNNER_PASSWORD= --env SALONRUNNER_READ_ONLY= salonrunner-mcp -- npx salonrunner-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"salonrunner-mcp","command":"npx","args":["salonrunner-mcp"],"env":{"SALONRUNNER_SALON_ID":"","SALONRUNNER_USERNAME":"","SALONRUNNER_PASSWORD":"","SALONRUNNER_READ_ONLY":""}}'
JSON
{
"mcpServers": {
"salonrunner-mcp": {
"command": "npx",
"args": [
"salonrunner-mcp"
],
"env": {
"SALONRUNNER_SALON_ID": "",
"SALONRUNNER_USERNAME": "",
"SALONRUNNER_PASSWORD": "",
"SALONRUNNER_READ_ONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.