Mycase MCP

Connect Claude to your MyCase legal practice management system. Ask Claude to look up cases, find contacts, check your calendar, review billing - all without leaving your conversation. Its 18 documented tools cover case, staff. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-07 · ★ 3 · #104 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Mycase MCP

before you install - you'll need

Set MYCASE_CLIENT_ID, MYCASE_CLIENT_SECRET, MYCASE_REDIRECT_PORT, MYCASE_EXPERIMENTAL_TOOLS before connecting.

Claude Code

claude mcp add oktopeak-mycase-mcp -- npx -y @oktopeak/mycase-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "oktopeak-mycase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/mycase-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @oktopeak/mycase-mcp - published under the repo owner's npm scope (@oktopeak)

registry namespace io.github.oktopeak is GitHub-verified and matches the repo owner

03 · What Mycase MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can open the MyCase OAuth page and store your tokens, check if you're connected and when your token expires, remove stored tokens from disk, and list cases, optionally filtered by status (open/closed) or updated date.

Capability map

Tools grouped from the project's README - what Mycase MCP lets an agent do.

read & search

9 tools - e.g. List cases, optionally filtered by status (open/closed) or updated date; Search for clients, people, or companies by name, email, or phone; Get full contact details by ID

list-cases · search-contacts · get-contact · list-tasks · list-documents · get-document-url…

auth & access

2 tools - e.g. Open the MyCase OAuth page and store your tokens; Check if you're connected and when your token expires

authenticate · auth-status

Case

2 tools - e.g. Get full details for a case by ID; Create a new case with clients, staff, and metadata

get-case · create-case

Staff

2 tools - e.g. List all staff members in the firm; Get full details for a staff member by ID

list-staff · get-staff

Logout

1 tool - e.g. Remove stored tokens from disk

logout

create & write

1 tool - e.g. Create a new task linked to a case

create-task

Log

1 tool - e.g. Log a phone call linked to a case or contact (experimental - requires MYCASE_EXPERIMENTAL_TOOLS=1)

log-call

Latest releases

v1.1.0 · 2026-05-22

OS keychain integration: Encryption key is now auto-generated on first run and stored securely in macOS Keychain / Linux Secret Service / Windows Credential Manager - no more manual ENCRYPTION_KEY setup · Switched to…

04 · Who maintains Mycase MCP

mycase-mcp is maintained by oktopeak. We track 5 MCP servers from oktopeak - 5 actively maintained, 25 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from oktopeak.

  1. clio-mcp Connect Claude to Clio: 26 tools for matters, contacts, documents, tasks, billing, audit logs. ★ 21

05 · Facts

category
automation - ranked #104 of 194 actively-maintained automation servers as of 2026-08-25.
registry
io.github.oktopeak/mycase-mcp (active, first published 2026-05-13 · 2 versions)
packages
npm:@oktopeak/mycase-mcp

06 · Mycase MCP FAQ

Is Mycase MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-07. We re-verify nightly.

What can Mycase MCP do?

With this server connected, an agent can open the MyCase OAuth page and store your tokens, check if you're connected and when your token expires, remove stored tokens from disk, and list cases, optionally filtered by status (open/closed) or updated date.

How do I install Mycase MCP?

Run `npx -y @oktopeak/mycase-mcp`. The README documents 4 environment variables (MYCASE_CLIENT_ID, MYCASE_CLIENT_SECRET, MYCASE_REDIRECT_PORT…) to set first. Set MYCASE_CLIENT_ID, MYCASE_CLIENT_SECRET, MYCASE_REDIRECT_PORT, MYCASE_EXPERIMENTAL_TOOLS before connecting. You can also paste the ready-made client config above.

Does Mycase MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Mycase MCP