mcpbeat Sign in

Salonrunner MCP Server

by topness-msft Your server? Claim it
local only

Salonrunner MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 7 Jul 2026.

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

Installs per day peak 35 · avg 8 · -36% w/w
a month agotoday
36
Installs / week
npm · salonrunner-mcp
0
Stars
0 open issues
7 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Salonrunner MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add salonrunner-mcp -- npx -y salonrunner-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "salonrunner-mcp": {
      "args": [
        "-y",
        "salonrunner-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.salonrunner-mcp]
command = "npx"
args = ["-y", "salonrunner-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "salonrunner-mcp": {
      "args": [
        "-y",
        "salonrunner-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "salonrunner-mcp": {
      "args": [
        "-y",
        "salonrunner-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SALONRUNNER_SALON_ID (Your salon's numeric id (from your booking URL)), SALONRUNNER_USERNAME (Your SalonRunner client login (same as the booking site)), SALONRUNNER_PASSWORD (Your SalonRunner client password), SALONRUNNER_READ_ONLY (Set to 'true' to disable booking/cancelling (read-only)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Salonrunner MCP

same job, measured the same way
Personal Finance MCP
by josuem1109

Self-hosted, read-only MCP server that connects your banks and investments via Plaid.

local only
Cliniko
by usefulapi

Hosted MCP server for Cliniko — patients, appointments, availability, and invoices for AI agents.

17 tools answering
Zapier
by zapier

Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.

answering
Appointment Booking
by hatchloop

Find real businesses and book appointments. Books via Cal.com; imports 12 platforms.

9 tools answering
I
TG multi-account MCP
by mesteriis

Self-hosted, consent-based access to Telegram accounts and bots for MCP clients

local only
Marketplace
by bookingmaven

Book, reschedule and cancel appointments at any business on the BookingMaven marketplace.

11 tools answering
PayRam Helper MCP Server
by payram

Remote MCP server to integrate and validate self-hosted PayRam deployments.

52 tools answering
Telethon Plus
by psyb0t

Self-hosted MCP server: Telegram userbot control (Telethon) via HTTP and MCP.

local only

Salonrunner MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Salonrunner MCP?
Salonrunner MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package salonrunner-mcp was installed 36 times last week.
How do I connect Salonrunner MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls salonrunner-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Salonrunner MCP?
The npm package salonrunner-mcp was installed 36 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Salonrunner MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.