Odel
jobber mcp

jobber mcp

Local
@chrischallTypeScriptMITUpdated 2 days ago

Read the Jobber Client Hub your service providers share: appointments, invoices and quotes

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@chrischall/jobber-mcpv0.3.0

Run

npx -y @chrischall/jobber-mcp

MCP client config

{
  "mcpServers": {
    "jobber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/jobber-mcp"
      ]
    }
  }
}