Loading MCP server directory, please wait...
Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing.
npx @getmcp/cli add io.github.oktopeak/mycase-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
MYCASE_CLIENT_IDMyCase OAuth client ID issued by MyCase support for your firm
MYCASE_CLIENT_SECRETMyCase OAuth client secret issued by MyCase support
ENCRYPTION_KEY64-character hex key for encrypting stored OAuth tokens (generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))")
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.oktopeak/mycase-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/mycase-mcp"
],
"env": {
"MYCASE_CLIENT_ID": "",
"MYCASE_CLIENT_SECRET": "",
"ENCRYPTION_KEY": "",
"MYCASE_REDIRECT_PORT": ""
}
}
}
}