Skip to content
Grok

salonrunner mcp for Grok

io.github.topness-msft/salonrunner-mcp

Self-hosted MCP to find, book, and cancel salon appointments via SalonRunner.

client:Grok transport:stdio runtime:npm

Install salonrunner mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

salonrunner mcp in other clients