Skip to content

simplepractice mcp for Zed

io.github.chrischall/simplepractice-mcp

SimplePractice Client Portal — appointments, billing, documents, announcements

client:Zed transport:stdio runtime:npm

Install simplepractice mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "simplepractice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "simplepractice-mcp"
      ],
      "env": {
        "SIMPLEPRACTICE_PRACTICE": "<SIMPLEPRACTICE_PRACTICE>",
        "SIMPLEPRACTICE_SESSION_FILE": "<SIMPLEPRACTICE_SESSION_FILE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

simplepractice mcp in other clients