Claude + CARET Legal: What the Integration Can (and Can't) Do in 2026
No — there’s no official Claude connector for CARET Legal, and CARET isn’t one of the practice tools Anthropic wired up in its Claude for Legal launch. That May 2026 release shipped 20+ MCP connectors and 12 practice-area plugins, but the named legal-software partners are Westlaw, DocuSign, Box, Everlaw, Harvey, Thomson Reuters CoCounsel, iManage, and Relativity — not CARET Legal (the practice-management platform formerly known as Zola Suite). There’s no listing for it in Anthropic’s connectors directory and no maintained community MCP server. The one real path is CARET Legal’s own public API, which you’d have to wrap in a custom MCP server yourself to reach it from Claude. And even then, it only works inside a conversation you start.
Here’s what actually exists, how you’d wire it up, where the ceiling is, and what to use if you want CARET Legal-adjacent work that runs on its own.
What Claude can actually do with CARET Legal
Out of the box: nothing. Claude has no built-in knowledge of your CARET Legal matters, and there’s no toggle in the connectors directory to add one. Any capability has to come through CARET Legal’s public API, which you connect to Claude by building (or adopting) a custom MCP server.
CARET Legal launched that public API in early 2025, and its first release is scoped to matter-related data. Per CARET’s own API overview, it covers:
- Creating, getting, and modifying matters — the core object, read and write.
- Custom fields, contacts, notes, and files associated with a matter — also read and write.
If you build a custom MCP server that exposes those endpoints as tools, Claude can, within a chat you’re driving: pull up a matter and summarize it, draft a note and post it back, look up the contacts on a matter, or create a new matter from details you paste in. That’s genuinely useful for one-off “help me with this matter right now” work.
What it does not reach: the API’s first release is matter-centric. CARET’s broader feature set — billing and trust accounting, calendaring, task lists, document assembly — isn’t part of the documented public surface, so it’s out of scope for anything you build on top of it today.
How to set it up
There’s no one-click flow, so this is a developer job:
- Get API access from CARET Legal. The public API is gated to authorized firm users; you request credentials through CARET, since only authorized individuals within a firm can access data through it.
- Build (or adopt) a custom MCP server that wraps the CARET Legal matter/contacts/notes/files endpoints as MCP tools. No official or well-maintained community CARET Legal MCP server exists as of mid-2026, so expect to write this yourself.
- Add it to Claude Desktop or Claude Code as a custom MCP server — custom MCP connectors require a paid Claude plan.
- Test with something read-only first, like “summarize the open matter for the Hendricks estate,” before letting it write notes or create matters.
Until CARET or a third party ships a hosted connector, this build-it-yourself route is the only way in.
The limits that matter
Even once your custom server works, the shape is “a matter lookup-and-edit helper you operate,” not “an assistant that runs.” Four limits define it:
- Session-bound. MCP tools only fire inside a conversation you start. Claude won’t touch CARET Legal unless you’re there prompting it — there’s no standing process.
- No triggers, no monitoring. Nothing fires on a CARET Legal event. There’s no “when a new matter is opened, do X” or “flag matters with no activity in 30 days.” Claude can’t watch your caseload; it only responds when asked.
- Not event-driven. A custom MCP server runs locally, so nothing happens while your machine is off. And even Claude Cowork’s scheduled tasks fire on a fixed clock rather than when an intake or email arrives — Cowork has no inbox of its own to receive one.
- Draft-only email. Claude’s Gmail integration drafts but doesn’t send. So “read the matter, then send the client an update” ends at a draft you still have to review and send by hand.
Claude is strong at “help me work this matter in front of me,” and not built for “watch our matters and act when something changes.”
If you want CARET Legal-adjacent work that runs on its own: Carly
The moment you want something to happen around CARET Legal without you in the chat — a new intake turned into a matter and confirmation email within minutes, a weekly digest of matters with no recent activity, a client update sent when a matter changes status, a task created on the right matter after a call — you’ve crossed past what a local MCP server is for.
That’s where Carly fits. Carly is an AI executive assistant built to act on triggers, not just answer in a chat, and CARET Legal is a native Carly integration — no custom server to build:
- Fires on events and schedules, 24/7, in the cloud. When something happens, Carly reacts — creates the matter, updates it, emails the client, posts to your team — while your laptop is closed.
- Actually reads and writes CARET Legal. Create and update matters, work with custom fields, contacts, notes, and files, natively — not through a server you have to maintain.
- Sends, not just drafts. Carly drafts and sends email across Gmail and Outlook, books meetings, manages tasks, updates your CRM, and records meetings — the follow-through that stops at a draft with Claude.
- Builds the workflow by interviewing you. Tell Carly “when a new intake comes in, create a matter in CARET Legal and send the client a welcome email” in plain English; it interviews you and builds it — no MCP code, no prompt engineering.
Carly connects to 200+ tools across 40+ categories natively, plus any other tool via your own API key — paste it on carlyassistant.com/integrations. AI agents start at $35/month, and steps in a workflow that don’t use AI run free and unlimited. See integrations.
Claude vs Carly
| Claude (custom CARET MCP) | Carly | |
|---|---|---|
| Official connector for CARET Legal | No | Native integration |
| Read a matter, contacts, notes, files | Only if you build the server | Yes |
| Create / update matters | Only if you build the server | Yes, natively |
| Setup | Build a custom MCP server yourself | Describe it in plain English |
| Acts on triggers / events | No | Yes |
| Weekly stale-matter digest, on schedule | No | Yes |
| Sends email as part of the flow | No (Gmail draft-only) | Yes (Gmail + Outlook) |
| Works while laptop is closed | No (local server) | Yes (cloud, 24/7) |
| Pricing | Paid Claude plan (Pro $20 / Max $100–$200) | AI agents from $35/mo |
Claude, at best, is a matter helper you operate through a server you built. Carly is a teammate that acts on CARET Legal events as they land.
Frequently Asked Questions
Does Claude work with CARET Legal?
Not through any official connector. CARET Legal isn’t in Anthropic’s connectors directory and wasn’t among the legal-software partners in the Claude for Legal launch (Westlaw, DocuSign, Box, Everlaw, Harvey, CoCounsel, iManage, Relativity). The only way to reach CARET from Claude is to wrap CARET’s public API in a custom MCP server yourself.
Is there a CARET Legal MCP server?
No official one, and no well-maintained community server as of mid-2026. You’d build a custom MCP server against the CARET Legal public API and add it to Claude Desktop or Claude Code (a paid Claude plan is required for custom MCP connectors).
What can the CARET Legal API actually do?
Its first release, launched in early 2025, is matter-centric: creating, getting, and modifying matters, plus working with custom fields, contacts, notes, and files tied to a matter. Billing, trust accounting, calendaring, and task lists aren’t part of the documented public surface, so anything built on the API today is limited to matter data.
Can Claude automatically create a matter or email a client when something changes in CARET Legal?
No. Even with a custom MCP server, Claude has no event triggers and runs only inside a conversation you start — and its Gmail integration drafts rather than sends. For “when an intake arrives, create the matter and send the welcome email” automatically, you need a trigger-based assistant like Carly, which integrates with CARET Legal natively and runs in the cloud around the clock.
More: Claude connectors · Best AI CRM tools · Can Claude send emails · Claude vs Carly · Best AI agents for productivity
Ready to automate your busywork?
Carly schedules, researches, and briefs you—so you can focus on what matters.
See what people say
"Before Carly, I relied on a Calendly link, but the whole process felt impersonal and not very professional. Carly changed that by handling all the back-and-forth, so I'm no longer stuck in endless email threads trying to line up schedules.
Now Carly reaches out to candidates, shares my real-time availability, lets them pick a slot, then sends a Zoom link and drops it straight into my calendar. She sends reminders to both of us before each call, which has significantly reduced no-shows and last-minute confusion.
On top of scheduling, Carly acts like a full executive assistant, sending me my schedule the night before so I can prepare for each call. It reminds me of the old x.ai assistant, but Carly is noticeably smarter, faster, and better suited to my healthcare recruitment business."


