painprep-mcp-server
About
Interventional pain medicine MCP: Medicare checklists, CPT/ICD-10, ASRA, prior-auth & appeals
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PAINPREP_LICENSE_KEYClaude Code
claude mcp add --env PAINPREP_LICENSE_KEY= painprep-mcp-server -- npx painprep-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"painprep-mcp-server","command":"npx","args":["painprep-mcp-server"],"env":{"PAINPREP_LICENSE_KEY":""}}'
JSON
{
"mcpServers": {
"painprep-mcp-server": {
"command": "npx",
"args": [
"painprep-mcp-server"
],
"env": {
"PAINPREP_LICENSE_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.