Skip to content
Cursor

painprep mcp server for Cursor

io.github.goingparabolic/painprep-mcp-server

Interventional pain medicine MCP: Medicare checklists, CPT/ICD-10, ASRA, prior-auth & appeals

client:Cursor transport:stdio runtime:npm

Install painprep mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "painprep-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "painprep-mcp-server"
      ],
      "env": {
        "PAINPREP_LICENSE_KEY": "<PAINPREP_LICENSE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

painprep mcp server in other clients