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