clio mcp for Zed
io.github.oktopeak/clio-mcp
Connect Claude to Clio: 34 tools for matters, custom fields, notes, documents, folders, billing.
client:Zed
transport:stdio
runtime:npm
Install clio mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"clio-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/clio-mcp"
],
"env": {
"CLIO_CLIENT_ID": "<CLIO_CLIENT_ID>",
"CLIO_CLIENT_SECRET": "<CLIO_CLIENT_SECRET>",
"ENCRYPTION_KEY": "<ENCRYPTION_KEY>",
"CLIO_REDIRECT_PORT": "<CLIO_REDIRECT_PORT>",
"CLIO_REGION": "<CLIO_REGION>",
"READ_ONLY": "<READ_ONLY>",
"CLIO_API_BASE": "<CLIO_API_BASE>",
"CLIO_AUTH_URL": "<CLIO_AUTH_URL>",
"CLIO_TOKEN_URL": "<CLIO_TOKEN_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs