Skip to content
Cursor

simplepractice mcp for Cursor

io.github.chrischall/simplepractice-mcp

SimplePractice Client Portal — appointments, billing, documents, announcements

client:Cursor transport:stdio runtime:npm

Install simplepractice mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

simplepractice mcp in other clients