MCP server for Jobber (home services SaaS) — exposes tools for clients, jobs, invoices, and quote...
Most payments and commerce work still happens through a UI a human drives. Jobber MCP server moves it into the conversation instead. MCP server for Jobber (home services SaaS) — exposes tools for clients, jobs, invoices, and quote...
Use it with Claude Desktop, Cursor, Windsurf, Cline, or any MCP-compatible client to ask questions about your business data, create quotes, and manage field-service operations through natural language.
The server publishes 6 tools. What each one is for:
list_clients — List clients with optional search, lead filter, and limitget_client — Get a client by ID with contact info and recent jobsget_job — Full job detail: status, assignees, schedule, line itemslist_invoices — List invoices filtered by client and/or statusget_invoice — Full invoice detail with line items and payment statuscreate_quote — Create a new quote for a client with line itemsInstallation goes through your MCP client rather than a global install: point it at jobber-mcp-server on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: JOBBER_ACCESS_TOKEN, JOBBER_CLIENT_ID, JOBBER_CLIENT_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
JOBBER_MOCK_MODE=true for testingAmong the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Jobber's toolset — list_clients, get_client, get_job and 3 more — is a fair guide to whether it matches your workflow. It is maintained by friendlygeorge; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Jobber's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| list_clients | List clients with optional search, lead filter, and limit |
| get_client | Get a client by ID with contact info and recent jobs |
| get_job | Full job detail: status, assignees, schedule, line items |
| list_invoices | List invoices filtered by client and/or status |
| get_invoice | Full invoice detail with line items and payment status |
| create_quote | Create a new quote for a client with line items |
{
"mcpServers": {
"jobber": {
"command": "npx",
"args": ["-y", "jobber-mcp-server"],
"env": {
"JOBBER_ACCESS_TOKEN": "your_token",
"JOBBER_CLIENT_ID": "your_client_id",
"JOBBER_CLIENT_SECRET": "your_client_secret"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
JOBBER_MOCK_MODE=true for testing| Variable | Description | Required |
|---|---|---|
| JOBBER_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| JOBBER_CLIENT_ID | Configuration value read at startup. | Optional |
| JOBBER_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.