Skip to content
Cursor

housecall pro mcp for Cursor

io.github.hcpapi/housecall-pro-mcp

Independent MCP server for the Housecall Pro API: jobs, estimates, invoices, price book, schedule.

client:Cursor transport:stdio runtime:npm

Install housecall pro 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": {
    "housecall-pro-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "housecall-pro-mcp"
      ],
      "env": {
        "HCP_API_KEY": "<HCP_API_KEY>",
        "HCP_READ_ONLY": "<HCP_READ_ONLY>",
        "HCP_TOOLSETS": "<HCP_TOOLSETS>"
      }
    }
  }
}

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

housecall pro mcp in other clients