io.github.oktopeak
mycase-mcp
Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing.
stdiocommunityservice
Package Details
@oktopeak/mycase-mcp
Transportstdio
Environment Variables
MYCASE_CLIENT_ID(str)
Required
MyCase OAuth client ID issued by MyCase support for your firm
MYCASE_CLIENT_SECRET(str)
RequiredSecret
MyCase OAuth client secret issued by MyCase support
ENCRYPTION_KEY(str)
RequiredSecret
64-character hex key for encrypting stored OAuth tokens (generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))")
MYCASE_REDIRECT_PORT(str)
Local port for the OAuth callback listener (default: 5678). Must match the redirect URI registered with MyCase support.