Skip to content
Zed

housecallpro mcp for Zed

io.github.chrischall/housecallpro-mcp

Read Housecall Pro estimates from the customer link your contractor sent you.

client:Zed transport:stdio runtime:npm

Install housecallpro 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": {
    "housecallpro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/housecallpro-mcp"
      ],
      "env": {
        "HOUSECALLPRO_LINK": "<HOUSECALLPRO_LINK>"
      }
    }
  }
}

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

housecallpro mcp in other clients