MCP Server
MCP
io.github.oktopeak/clio-mcp
Connect Claude to Clio: 26 tools for matters, contacts, documents, tasks, billing, audit logs.
Install
npx -y @oktopeak/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@oktopeak/clio-mcp",
"version": "2.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Client ID from your Clio developer application (Settings → Developer Applications)",
"isRequired": true,
"format": "string",
"name": "CLIO_CLIENT_ID"
},
{
"description": "Client Secret from your Clio developer application",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CLIO_CLIENT_SECRET"
},
{
"description": "Optional. Leave unset to auto-generate a key stored in the OS keychain (or ~/.clio-mcp/key.hex as fallback on headless Linux/WSL2). If set, must be a 64-character hex string — it will be migrated to the OS keychain on first use.",
"format": "string",
"isSecret": true,
"name": "ENCRYPTION_KEY"
},
{
"description": "Local port for the OAuth callback listener (default: 5678). Change if 5678 is in use.",
"format": "string",
"name": "CLIO_REDIRECT_PORT"
},
{
"description": "Clio region: 'us' (default) or 'eu'. Controls API and auth base URLs.",
"format": "string",
"name": "CLIO_REGION"
},
{
"description": "Override the Clio API base URL (e.g. https://eu.app.clio.com/api/v4). Use instead of CLIO_REGION for fine-grained control.",
"format": "string",
"name": "CLIO_API_BASE"
},
{
"description": "Override the OAuth authorization endpoint (e.g. https://eu.app.clio.com/oauth/authorize).",
"format": "string",
"name": "CLIO_AUTH_URL"
},
{
"description": "Override the OAuth token endpoint (e.g. https://eu.app.clio.com/oauth/token).",
"format": "string",
"name": "CLIO_TOKEN_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment