HomeProductivity › OpsConduit Jobber MCP

OpsConduit Jobber MCP

Customer-hosted read-only MCP server for Jobber ops reports, OAuth setup, and GraphQL validation.

TypeScript CloudLocal
★ 1 stars Last pushed 2026-05-18 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y @opsconduit/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "jobber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@opsconduit/[email protected]"
      ],
      "env": {
        "JOBBER_CLIENT_ID": "<YOUR_VALUE>",
        "JOBBER_CLIENT_SECRET": "<YOUR_VALUE>",
        "JOBBER_REDIRECT_URI": "<YOUR_VALUE>"
      }
    }
  }
}
  • JOBBER_CLIENT_ID required — Jobber developer app client id for customer-owned OAuth setup.
  • JOBBER_CLIENT_SECRET required secret — Jobber developer app client secret. Keep local; do not email or publish.
  • JOBBER_REDIRECT_URI — OAuth redirect URI, usually http://localhost:3333/oauth/callback for local setup.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry