clio-mcp
Connect Claude to Clio with 15 tools for matters, contacts, tasks, billing, and more.
Package Details
@oktopeak/clio-mcp
Environment Variables
Client ID from your Clio developer application (Settings → Developer Applications)
Client Secret from your Clio developer application
64-character hex key for encrypting stored OAuth tokens (generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))")
Local port for the OAuth callback listener (default: 5678). Change if 5678 is in use.
Clio region: 'us' (default) or 'eu'. Controls API and auth base URLs.
Override the Clio API base URL (e.g. https://eu.app.clio.com/api/v4). Use instead of CLIO_REGION for fine-grained control.
Override the OAuth authorization endpoint (e.g. https://eu.app.clio.com/oauth/authorize).
Override the OAuth token endpoint (e.g. https://eu.app.clio.com/oauth/token).