io.github.oktopeak/clio-mcp
Connect Claude to Clio with 15 tools for matters, contacts, tasks, billing, and more.
{
"mcpServers": {
"clio-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/clio-mcp"
],
"env": {
"CLIO_CLIENT_ID": "<clio_client_id>",
"CLIO_CLIENT_SECRET": "<your-clio_client_secret>",
"ENCRYPTION_KEY": "<your-encryption_key>",
"CLIO_REDIRECT_PORT": "<clio_redirect_port>",
"CLIO_REGION": "<clio_region>",
"CLIO_API_BASE": "<clio_api_base>",
"CLIO_AUTH_URL": "<clio_auth_url>",
"CLIO_TOKEN_URL": "<clio_token_url>"
}
}
}
}{
"mcpServers": {
"clio-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/clio-mcp"
],
"env": {
"CLIO_CLIENT_ID": "<clio_client_id>",
"CLIO_CLIENT_SECRET": "<your-clio_client_secret>",
"ENCRYPTION_KEY": "<your-encryption_key>",
"CLIO_REDIRECT_PORT": "<clio_redirect_port>",
"CLIO_REGION": "<clio_region>",
"CLIO_API_BASE": "<clio_api_base>",
"CLIO_AUTH_URL": "<clio_auth_url>",
"CLIO_TOKEN_URL": "<clio_token_url>"
}
}
}
}npx -y @oktopeak/clio-mcpCLIO_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'))")
CLIO_REDIRECT_PORTLocal port for the OAuth callback listener (default: 5678). Change if 5678 is in use.
CLIO_REGIONClio region: 'us' (default) or 'eu'. Controls API and auth base URLs.
CLIO_API_BASEOverride the Clio API base URL (e.g. https://eu.app.clio.com/api/v4). Use instead of CLIO_REGION for fine-grained control.
CLIO_AUTH_URLOverride the OAuth authorization endpoint (e.g. https://eu.app.clio.com/oauth/authorize).
CLIO_TOKEN_URLOverride the OAuth token endpoint (e.g. https://eu.app.clio.com/oauth/token).
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
Feature flagging and A/B testing platform with AI-first experimentation workflows.
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.