mcpbeat Sign in

Mycase MCP Server

local only

Mycase MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 27 Aug 2026.

Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing, staff.

Installs per day peak 13 · avg 6 · +44% w/w
a month agotoday
36
Installs / week
npm · @oktopeak/mycase-mcp
3
Stars
1 open issues
27 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Mycase MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mycase-mcp -- npx -y @oktopeak/mycase-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mycase-mcp": {
      "args": [
        "-y",
        "@oktopeak/mycase-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mycase-mcp]
command = "npx"
args = ["-y", "@oktopeak/mycase-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mycase-mcp": {
      "args": [
        "-y",
        "@oktopeak/mycase-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mycase-mcp": {
      "args": [
        "-y",
        "@oktopeak/mycase-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MYCASE_CLIENT_ID (MyCase OAuth client ID issued by MyCase support for your firm), MYCASE_CLIENT_SECRET (MyCase OAuth client secret issued by MyCase support), ENCRYPTION_KEY (64-character hex key for encrypting stored OAuth tokens (generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))")), MYCASE_REDIRECT_PORT (Local port for the OAuth callback listener (default: 5678). Must match the redirect URI registered with MyCase support.), MYCASE_EXPERIMENTAL_TOOLS (Set to '1' to enable experimental tools (log-call) whose API endpoints are unverified.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mycase MCP

same job, measured the same way
Clio MCP
by oktopeak

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

168 installs/wk local only
Haus
by onehaus

OneHaus household tools: tasks, calendar, contacts, pets, vehicles, documents and more.

69 tools answering
Codey 律所管理系統
by thecodey

Law firm management MCP: manage cases, clients, tasks, calendar and documents via Claude AI.

answering
Vaiz
by vaiz

Connect AI assistants to your Vaiz workspace: tasks, projects, boards, documents and milestones.

63 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
MCP Ratchet Clinical Charting
by m2ai-mcp-servers

MCP server for clinical charting with Claude - document patient visits to EMR

35 installs/wk local only
Document Converter
by zahid-abbas-ali-baig

Convert documents to Markdown using MarkItDown

local only
Simplepractice MCP
by chrischall

SimplePractice Client Portal — appointments, billing, documents, announcements

270 installs/wk local only

Mycase MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mycase MCP?
Mycase MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @oktopeak/mycase-mcp was installed 36 times last week.
How do I connect Mycase MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @oktopeak/mycase-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mycase MCP?
The npm package @oktopeak/mycase-mcp was installed 36 times in the last week. Week over week that is +44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mycase MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.