Skip to content
Cursor

clio mcp for Cursor

io.github.oktopeak/clio-mcp

Connect Claude to Clio: 34 tools for matters, custom fields, notes, documents, folders, billing.

client:Cursor transport:stdio runtime:npm

Install clio mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "clio-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/clio-mcp"
      ],
      "env": {
        "CLIO_CLIENT_ID": "<CLIO_CLIENT_ID>",
        "CLIO_CLIENT_SECRET": "<CLIO_CLIENT_SECRET>",
        "ENCRYPTION_KEY": "<ENCRYPTION_KEY>",
        "CLIO_REDIRECT_PORT": "<CLIO_REDIRECT_PORT>",
        "CLIO_REGION": "<CLIO_REGION>",
        "READ_ONLY": "<READ_ONLY>",
        "CLIO_API_BASE": "<CLIO_API_BASE>",
        "CLIO_AUTH_URL": "<CLIO_AUTH_URL>",
        "CLIO_TOKEN_URL": "<CLIO_TOKEN_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

clio mcp in other clients