Connect Claude to Clio with 15 tools for matters, contacts, tasks, billing, and more.

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

CLIO_CLIENT_ID(str)
Required

Client ID from your Clio developer application (Settings → Developer Applications)

CLIO_CLIENT_SECRET(str)
RequiredSecret

Client Secret from your Clio developer application

ENCRYPTION_KEY(str)
RequiredSecret

64-character hex key for encrypting stored OAuth tokens (generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))")

CLIO_REDIRECT_PORT(str)

Local port for the OAuth callback listener (default: 5678). Change if 5678 is in use.

CLIO_REGION(str)

Clio region: 'us' (default) or 'eu'. Controls API and auth base URLs.

CLIO_API_BASE(str)

Override 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_URL(str)

Override the OAuth authorization endpoint (e.g. https://eu.app.clio.com/oauth/authorize).

CLIO_TOKEN_URL(str)

Override the OAuth token endpoint (e.g. https://eu.app.clio.com/oauth/token).