Skip to content

housecall pro mcp for Zed

io.github.hcpapi/housecall-pro-mcp

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

client:Zed transport:stdio runtime:npm

Install housecall pro mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "housecall-pro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "housecall-pro-mcp"
      ],
      "env": {
        "HCP_API_KEY": "<HCP_API_KEY>",
        "HCP_READ_ONLY": "<HCP_READ_ONLY>",
        "HCP_TOOLSETS": "<HCP_TOOLSETS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

housecall pro mcp in other clients