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