MyCase MCP Server
Rank #18,339io.github.oktopeak/mycase-mcp
Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing, staff.
MyCase MCP Server is a Model Context Protocol (MCP) server published by oktopeak. It ranks #18,339 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. MyCase MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 29, 2026 and most recently updated on May 15, 2026.
Ranks ahead of 97,121 of 115,460 servers on MCP Toplist.
Use MyCase MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mycase-mcp -e "MYCASE_CLIENT_ID=<your MYCASE_CLIENT_ID>" -e "MYCASE_CLIENT_SECRET=<your MYCASE_CLIENT_SECRET>" -e "ENCRYPTION_KEY=<your ENCRYPTION_KEY>" -e "MYCASE_REDIRECT_PORT=<your MYCASE_REDIRECT_PORT>" -- npx -y @oktopeak/mycase-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mycase-mcp]
command = "npx"
args = ["-y", "@oktopeak/mycase-mcp"]
[mcp_servers.mycase-mcp.env]
MYCASE_CLIENT_ID = "<your MYCASE_CLIENT_ID>"
MYCASE_CLIENT_SECRET = "<your MYCASE_CLIENT_SECRET>"
ENCRYPTION_KEY = "<your ENCRYPTION_KEY>"
MYCASE_REDIRECT_PORT = "<your MYCASE_REDIRECT_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mycase-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/mycase-mcp"
],
"env": {
"MYCASE_CLIENT_ID": "<your MYCASE_CLIENT_ID>",
"MYCASE_CLIENT_SECRET": "<your MYCASE_CLIENT_SECRET>",
"ENCRYPTION_KEY": "<your ENCRYPTION_KEY>",
"MYCASE_REDIRECT_PORT": "<your MYCASE_REDIRECT_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mycase-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/mycase-mcp"
],
"env": {
"MYCASE_CLIENT_ID": "<your MYCASE_CLIENT_ID>",
"MYCASE_CLIENT_SECRET": "<your MYCASE_CLIENT_SECRET>",
"ENCRYPTION_KEY": "<your ENCRYPTION_KEY>",
"MYCASE_REDIRECT_PORT": "<your MYCASE_REDIRECT_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mycase-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oktopeak/mycase-mcp"
],
"env": {
"MYCASE_CLIENT_ID": "<your MYCASE_CLIENT_ID>",
"MYCASE_CLIENT_SECRET": "<your MYCASE_CLIENT_SECRET>",
"ENCRYPTION_KEY": "<your ENCRYPTION_KEY>",
"MYCASE_REDIRECT_PORT": "<your MYCASE_REDIRECT_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mycase-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/mycase-mcp"
],
"env": {
"MYCASE_CLIENT_ID": "<your MYCASE_CLIENT_ID>",
"MYCASE_CLIENT_SECRET": "<your MYCASE_CLIENT_SECRET>",
"ENCRYPTION_KEY": "<your ENCRYPTION_KEY>",
"MYCASE_REDIRECT_PORT": "<your MYCASE_REDIRECT_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mycase-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/mycase-mcp"
],
"env": {
"MYCASE_CLIENT_ID": "<your MYCASE_CLIENT_ID>",
"MYCASE_CLIENT_SECRET": "<your MYCASE_CLIENT_SECRET>",
"ENCRYPTION_KEY": "<your ENCRYPTION_KEY>",
"MYCASE_REDIRECT_PORT": "<your MYCASE_REDIRECT_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.oktopeak%2Fmycase-mcp)<a href="https://mcptoplist.com/server/io.github.oktopeak%2Fmycase-mcp"><img src="https://mcptoplist.com/badge/io.github.oktopeak%2Fmycase-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
oktopeak
Other servers by oktopeak
- clio-mcp#9,273 · 1 ver
- lawmatics-mcp#29,970 · 1 ver
- filevine-mcp#34,414 · 1 ver
- IntakeQ MCP#44,893 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.0.4 | May 15, 2026 |
| 1.0.2 | May 13, 2026 |
Frequently asked questions
- Who maintains MyCase MCP Server?
- MyCase MCP Server is maintained by oktopeak, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is MyCase MCP Server listed on the Official MCP Registry?
- Yes — MyCase MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MyCase MCP Server have?
- MCP Toplist tracks 2 versions of MyCase MCP Server, most recently published on May 15, 2026.
- Where can I find the source code for MyCase MCP Server?
- The source code for MyCase MCP Server is hosted at github.com/oktopeak/mycase-mcp.