npi providers mcp server for VS Code
io.github.cyanheads/npi-providers-mcp-server
Search NPPES providers and resolve NUCC specialty codes via MCP over STDIO or Streamable HTTP.
client:VS Code
transport:streamable-http
runtime:npm
tools:3
Install npi providers mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"npi-providers-mcp-server": {
"type": "http",
"url": "https://npi-providers.caseyjhand.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs