clio-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@clio-mcpfind my open matters"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
clio-mcp
A standalone, firm-controlled MCP server that drives Clio matters and documents from Claude Desktop.
Install (one-click, recommended)
Download
ClioMCP.mcpb.In Claude Desktop: Settings → Extensions → Install Extension… → pick the file.
Enter your Clio OAuth Client ID and Client Secret (region defaults to
us) in the form. Secrets are stored in your OS keychain.Just ask Claude to use Clio — e.g. "find my open matters." The first request opens Clio's consent page in your browser; approve it and the request completes. No terminal, no separate login.
First-time auth: if approval takes more than ~55s, Claude will say "approve in your browser, then ask again" — the connection finishes in the background and your next request works.
Tool sets
Clio MCP ships ~46 tools across seven groups: core (matters/contacts/documents), billing (time/expense + bills), calendar, tasks, comms (communications + notes), fields (custom fields), and lookups (practice areas/users/activity descriptions).
By default all are enabled. To scope a deployment to a subset, set the Tool sets field (or CLIO_TOOLSETS) to a comma list, e.g. core,billing,calendar. Unknown names are ignored; an empty result falls back to core.
Related MCP server: Clio Manage MCP
Manual setup (dev / headless)
Register one OAuth app in your firm's Clio developer account (US region). Note the client key and secret. Set the redirect URI to
http://127.0.0.1:9991/callback(loopback login) — and additionally Clio'soauth/approvalpage if you use--manual.Create
~/.clio-mcp/config.json:{ "region": "us", "clientId": "<clio app key>", "clientSecret": "<clio app secret>" }Install and build:
npm install && npm run buildAuthorize as yourself:
node dist/cli.js login # opens a browser (loopback) # or, on a locked-down machine: node dist/cli.js login --manual # paste the code from Clio's approval page
Claude Desktop config
Add to claude_desktop_config.json:
{
"mcpServers": {
"clio": {
"command": "node",
"args": ["/absolute/path/to/ClioMCP/dist/cli.js", "serve"]
}
}
}What it can do (Phase 1)
Matters: find, get, create, update (incl. close), add note, create task. Contacts: find, get, create. Documents: browse, get, download, upload, create folder. Destructive ops (rename/new-version, move, delete document, delete folder) require a two-step confirmation.
Controls
Per-user OAuth; refresh token encrypted at rest (OS keychain or AES-256-GCM file).
Every tool call is recorded in
~/.clio-mcp/audit.log(JSONL) — never tokens or document contents.Destructive actions return a preview +
confirm_tokenfirst and only execute when the token is echoed back.Rate-limit aware (serialized queue honoring Clio's headers).
Phase 2 (Delegant)
The governance seam (src/governance/seam.ts) is the swap point: replace localGuard with a delegant implementation to get firm-wide policy, human approval gates, and tamper-evident central audit — no tool rewrites.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server for Clio Manage legal practice management software that enables Claude and other MCP clients to read and write Clio data including contacts, matters, and activities directly from chat.7MIT
- AlicenseAqualityCmaintenanceMCP server that connects Clio Manage to Claude via OAuth, enabling law firm management tasks like matter lookup, time tracking, billing, calendar, and document retrieval through natural language.41MIT
- Flicense-qualityCmaintenanceA Model Context Protocol server that enables Claude (or any MCP client) to read and write Clio Manage data—contacts, matters, activities—directly from chat, with flat-fee billing support in one call.
- Flicense-qualityAmaintenanceMCP server for Clio Manage that enables interaction with legal practice data including matters, contacts, activities, communications, tasks, documents, calendar entries, and bills via natural language.
Related MCP Connectors
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ToddHebebrand/ClioMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server