Skip to content
Cursor

costkits mcp for Cursor

io.github.costkits/costkits-mcp

MCP server for CostKits: live healthcare procedure cost estimates and provider pricing.

client:Cursor transport:stdio runtime:npm

Install costkits mcp 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": {
    "costkits-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@costkits/costkits-mcp"
      ],
      "env": {
        "COSTKITS_API_KEY": "<COSTKITS_API_KEY>",
        "COSTKITS_API_BASE": "<COSTKITS_API_BASE>"
      }
    }
  }
}

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

costkits mcp in other clients