Decode, search, validate, and crosswalk US medical codes — ICD-10-CM, ICD-10-PCS, HCPCS Level II — over a bundled offline index via MCP. Keyless, deterministic.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"medical-codes-mcp-se": {
"command": "npx",
"args": [
"-y",
"cyanheads/medical-codes-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add medical-codes-mcp-se npx -y cyanheads/medical-codes-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"medical-codes-mcp-se": {
"command": "npx",
"args": [
"-y",
"cyanheads/medical-codes-mcp-server"
]
}
}
}
📋 Copy
Topics
ai bun hcpcs healthcare icd-10 llm mcp mcp-server medical-codes medical-coding model-context-protocol typescript