mcpbeat Sign in

Simplepractice MCP Server

local only

Simplepractice MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 270 installs a week from npm. Last commit 15 Sep 2026.

SimplePractice Client Portal — appointments, billing, documents, announcements

Installs per day peak 208 · avg 6
a month agotoday
270
Installs / week
npm · simplepractice-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Simplepractice 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 simplepractice-mcp -- npx -y simplepractice-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "simplepractice-mcp": {
      "args": [
        "-y",
        "simplepractice-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.simplepractice-mcp]
command = "npx"
args = ["-y", "simplepractice-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "simplepractice-mcp": {
      "args": [
        "-y",
        "simplepractice-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "simplepractice-mcp": {
      "args": [
        "-y",
        "simplepractice-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SIMPLEPRACTICE_PRACTICE (Optional. Pins the server to one practice — the slug ("achievebalancetherapy") or the full host. Unset, the practice comes from your emailed sign-in link.), SIMPLEPRACTICE_SESSION_FILE (Where to persist the signed-in session (default ~/.simplepractice-mcp/session.json, written 0600).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Simplepractice MCP

same job, measured the same way
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only
Mycase MCP
by oktopeak

Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing, staff.

36 installs/wk local only
Docimprint
by docimprint

AI document intelligence: extract, summarize, claim-check, notarize, and signed action receipts.

22 tools answering
Comitelligence — EU Comitology Register
by left-handed-grannies

Agent-native search of EU comitology: committees, votes, dossiers, and implementing-act documents.

8 tools answering
Techtenstein PDF
by sathvic-kollu

PDF text and table extraction plus metadata. Supports OCR for scanned documents.

59 installs/wk local only
PandaDoc MCP Server
by pandadoc-mcp

PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents.

answering
Document to JSON – PDF Invoice/Statement/Contract Parser
by fashionmascherine-svg

Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.

answering
MCP Ratchet Clinical Charting
by m2ai-mcp-servers

MCP server for clinical charting with Claude - document patient visits to EMR

35 installs/wk local only

Simplepractice MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Simplepractice MCP?
Simplepractice 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 simplepractice-mcp was installed 270 times last week.
How do I connect Simplepractice 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 simplepractice-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Simplepractice MCP?
The npm package simplepractice-mcp was installed 270 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Simplepractice 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.