mcpbeat Sign in

OpsConduit Jobber MCP Server

by opsconduit Your server? Claim it
local only

OpsConduit Jobber MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 18 May 2026.

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

Installs per day peak 12 · avg 6 · +61% w/w
a month agotoday
46
Installs / week
npm · @opsconduit/jobber-mcp
1
Stars
0 open issues
18 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check OpsConduit Jobber MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add jobber-mcp -- npx -y @opsconduit/jobber-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jobber-mcp": {
      "args": [
        "-y",
        "@opsconduit/jobber-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jobber-mcp]
command = "npx"
args = ["-y", "@opsconduit/jobber-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "jobber-mcp": {
      "args": [
        "-y",
        "@opsconduit/jobber-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jobber-mcp": {
      "args": [
        "-y",
        "@opsconduit/jobber-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JOBBER_CLIENT_ID (Jobber developer app client id for customer-owned OAuth setup.), JOBBER_CLIENT_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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OpsConduit Jobber MCP

same job, measured the same way
Hostaway
by uncfreak1255-code

Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings

77 installs/wk local only
NordicMCP — Stripe
by nordicmcp

Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.

answering
QuickBooks Online
by wyre-technology

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
QuickBooks Online
by wyre-ai

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
Agentloopkit
by abhiyoheswaran1

Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.

127 installs/wk local only
MCP ZAP Server
by dtkmn

Safe, self-hosted OWASP ZAP operator for guided AI security scans and reports.

local only
Admob MCP Server
by parksanggwon

MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports

62 installs/wk local only
Billingserv
by billingserv

BillingServ MCP server for customers, invoices, orders, packages, licenses, and revenue reports.

145 installs/wk local only

OpsConduit Jobber MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for OpsConduit Jobber MCP?
OpsConduit Jobber MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @opsconduit/jobber-mcp was installed 46 times last week.
How do I connect OpsConduit Jobber MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @opsconduit/jobber-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use OpsConduit Jobber MCP?
The npm package @opsconduit/jobber-mcp was installed 46 times in the last week. Week over week that is +61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OpsConduit Jobber MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.