Skip to content
Zed

mycase mcp for Zed

io.github.oktopeak/mycase-mcp

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

client:Zed transport:stdio runtime:npm

Install mycase mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mycase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/mycase-mcp"
      ],
      "env": {
        "MYCASE_CLIENT_ID": "<MYCASE_CLIENT_ID>",
        "MYCASE_CLIENT_SECRET": "<MYCASE_CLIENT_SECRET>",
        "ENCRYPTION_KEY": "<ENCRYPTION_KEY>",
        "MYCASE_REDIRECT_PORT": "<MYCASE_REDIRECT_PORT>",
        "MYCASE_EXPERIMENTAL_TOOLS": "<MYCASE_EXPERIMENTAL_TOOLS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mycase mcp in other clients