Loading MCP server directory, please wait...
Connect Claude to Clio with 15 tools for matters, contacts, tasks, billing, and more.
npx @getmcp/cli add io.github.oktopeak/clio-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CLIO_CLIENT_IDClient ID from your Clio developer application (Settings → Developer Applications)
CLIO_CLIENT_SECRETClient Secret from your Clio developer application
ENCRYPTION_KEY64-character hex key for encrypting stored OAuth tokens (generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))")
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.oktopeak/clio-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/clio-mcp"
],
"env": {
"CLIO_CLIENT_ID": "",
"CLIO_CLIENT_SECRET": "",
"ENCRYPTION_KEY": "",
"CLIO_REDIRECT_PORT": "",
"CLIO_REGION": "",
"CLIO_API_BASE": "",
"CLIO_AUTH_URL": "",
"CLIO_TOKEN_URL": ""
}
}
}
}