Back to Browse

Mycase MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 5 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved).

9 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

MyCase OAuth client ID issued by MyCase support for your firmOptional

Environment variable: MYCASE_CLIENT_ID

MyCase OAuth client secret issued by MyCase supportRequired

Environment variable: MYCASE_CLIENT_SECRET

64-character hex key for encrypting stored OAuth tokens (generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))")Required

Environment variable: ENCRYPTION_KEY

Local port for the OAuth callback listener (default: 5678). Must match the redirect URI registered with MyCase support.Optional

Environment variable: MYCASE_REDIRECT_PORT

Set to '1' to enable experimental tools (log-call) whose API endpoints are unverified.Optional

Environment variable: MYCASE_EXPERIMENTAL_TOOLS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-oktopeak-mycase-mcp": {
      "env": {
        "ENCRYPTION_KEY": "your-encryption-key-here",
        "MYCASE_CLIENT_ID": "your-mycase-client-id-here",
        "MYCASE_CLIENT_SECRET": "your-mycase-client-secret-here",
        "MYCASE_REDIRECT_PORT": "your-mycase-redirect-port-here",
        "MYCASE_EXPERIMENTAL_TOOLS": "your-mycase-experimental-tools-here"
      },
      "args": [
        "-y",
        "@oktopeak/mycase-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!