Look up US healthcare providers in the NPPES NPI registry and resolve NUCC specialty codes via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"npi-providers-mcp-se": {
"command": "npx",
"args": [
"-y",
"cyanheads/npi-providers-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add npi-providers-mcp-se npx -y cyanheads/npi-providers-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"npi-providers-mcp-se": {
"command": "npx",
"args": [
"-y",
"cyanheads/npi-providers-mcp-server"
]
}
}
}