← Back to browse

clio-mcp

Indexed by io.github.oktopeak

About

Connect Claude to Clio: 26 tools for matters, contacts, documents, tasks, billing, audit logs.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCLIO_CLIENT_ID CLIO_CLIENT_SECRET ENCRYPTION_KEY CLIO_REDIRECT_PORT CLIO_REGION CLIO_API_BASE CLIO_AUTH_URL CLIO_TOKEN_URL
Claude Code
claude mcp add --env CLIO_CLIENT_ID= --env CLIO_CLIENT_SECRET= --env ENCRYPTION_KEY= --env CLIO_REDIRECT_PORT= --env CLIO_REGION= --env CLIO_API_BASE= --env CLIO_AUTH_URL= --env CLIO_TOKEN_URL= clio-mcp -- npx @oktopeak/clio-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"clio-mcp","command":"npx","args":["@oktopeak/clio-mcp"],"env":{"CLIO_CLIENT_ID":"","CLIO_CLIENT_SECRET":"","ENCRYPTION_KEY":"","CLIO_REDIRECT_PORT":"","CLIO_REGION":"","CLIO_API_BASE":"","CLIO_AUTH_URL":"","CLIO_TOKEN_URL":""}}'
JSON
{
  "mcpServers": {
    "clio-mcp": {
      "command": "npx",
      "args": [
        "@oktopeak/clio-mcp"
      ],
      "env": {
        "CLIO_CLIENT_ID": "",
        "CLIO_CLIENT_SECRET": "",
        "ENCRYPTION_KEY": "",
        "CLIO_REDIRECT_PORT": "",
        "CLIO_REGION": "",
        "CLIO_API_BASE": "",
        "CLIO_AUTH_URL": "",
        "CLIO_TOKEN_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.