Skip to content
Grok

clio mcp for Grok

io.github.oktopeak/clio-mcp

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

client:Grok transport:stdio runtime:npm

Install clio mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

clio mcp in other clients