← Back to browse

mycase-mcp

Indexed by io.github.oktopeak

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMYCASE_CLIENT_ID MYCASE_CLIENT_SECRET ENCRYPTION_KEY MYCASE_REDIRECT_PORT MYCASE_EXPERIMENTAL_TOOLS
Claude Code
claude mcp add --env MYCASE_CLIENT_ID= --env MYCASE_CLIENT_SECRET= --env ENCRYPTION_KEY= --env MYCASE_REDIRECT_PORT= --env MYCASE_EXPERIMENTAL_TOOLS= mycase-mcp -- npx @oktopeak/mycase-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mycase-mcp","command":"npx","args":["@oktopeak/mycase-mcp"],"env":{"MYCASE_CLIENT_ID":"","MYCASE_CLIENT_SECRET":"","ENCRYPTION_KEY":"","MYCASE_REDIRECT_PORT":"","MYCASE_EXPERIMENTAL_TOOLS":""}}'
JSON
{
  "mcpServers": {
    "mycase-mcp": {
      "command": "npx",
      "args": [
        "@oktopeak/mycase-mcp"
      ],
      "env": {
        "MYCASE_CLIENT_ID": "",
        "MYCASE_CLIENT_SECRET": "",
        "ENCRYPTION_KEY": "",
        "MYCASE_REDIRECT_PORT": "",
        "MYCASE_EXPERIMENTAL_TOOLS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.