salonrunner mcp for Cursor
io.github.topness-msft/salonrunner-mcp
Self-hosted MCP to find, book, and cancel salon appointments via SalonRunner.
client:Cursor
transport:stdio
runtime:npm
Install salonrunner mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"salonrunner-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"salonrunner-mcp"
],
"env": {
"SALONRUNNER_SALON_ID": "<SALONRUNNER_SALON_ID>",
"SALONRUNNER_USERNAME": "<SALONRUNNER_USERNAME>",
"SALONRUNNER_PASSWORD": "<SALONRUNNER_PASSWORD>",
"SALONRUNNER_READ_ONLY": "<SALONRUNNER_READ_ONLY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs