Jobber Connector
БесплатноНе проверенConnects Claude to Jobber to manage clients, jobs, invoices, quotes, and scheduling through natural language.
Описание
Connects Claude to Jobber to manage clients, jobs, invoices, quotes, and scheduling through natural language.
README
A Model Context Protocol (MCP) server that connects Claude to Jobber — the field service management platform. Manage clients, jobs, invoices, quotes, and scheduling through natural language.
Built by Total Property Solutions Pro.
What You Can Do
Once connected, you can ask Claude things like:
- "Show me all active jobs this week"
- "Create a client for John Smith at 123 Main St"
- "What's on the schedule for tomorrow?"
- "Create a quote for roof cleaning at $350 for the Johnsons"
- "Mark job #142 as completed"
- "List all unpaid invoices"
- "Create an invoice for job #142 due in 30 days"
Tools Available
| Tool | Description |
|---|---|
jobber_list_clients |
List clients with name, email, phone, address |
jobber_create_client |
Create a new client |
jobber_list_jobs |
List jobs filtered by status |
jobber_create_job |
Create a new job/work order |
jobber_update_job_status |
Move a job through workflow stages |
jobber_list_invoices |
List invoices filtered by status |
jobber_create_invoice |
Create an invoice for a client or job |
jobber_list_quotes |
List quotes filtered by status |
jobber_create_quote |
Create a new quote with line items |
jobber_get_schedule |
Get today's, tomorrow's, or this week's schedule |
Prerequisites
- Node.js v18 or later
- A Jobber account
- A Jobber Developer App (free — see setup below)
- Claude Desktop or another MCP-compatible client
Installation
git clone https://github.com/totalproperty/jobber-mcp-connector.git
cd jobber-mcp-connector
npm install
Configuration
Step 1 — Create a Jobber Developer App
- Go to developer.getjobber.com and sign in
- Click Create App
- Set the Redirect URI to
http://localhost:3100/callback - Copy your Client ID and Client Secret
Step 2 — Set Up Environment Variables
cp .env.example .env
Edit .env with your credentials:
JOBBER_CLIENT_ID=your_client_id_here
JOBBER_CLIENT_SECRET=your_client_secret_here
Step 3 — Authorize via OAuth2
Run the included helper to get your access and refresh tokens:
JOBBER_CLIENT_ID=your_id JOBBER_CLIENT_SECRET=your_secret node src/oauth-helper.js
This will:
- Print an authorization URL — open it in your browser
- After you approve the app in Jobber, it captures the callback automatically
- Print your
JOBBER_ACCESS_TOKENandJOBBER_REFRESH_TOKEN
Add both tokens to your .env file.
Step 4 — Configure Claude Desktop
Add this to your Claude Desktop MCP config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"jobber": {
"command": "node",
"args": ["/absolute/path/to/jobber-mcp-connector/src/index.js"],
"env": {
"JOBBER_CLIENT_ID": "your_client_id",
"JOBBER_CLIENT_SECRET": "your_client_secret",
"JOBBER_ACCESS_TOKEN": "your_access_token",
"JOBBER_REFRESH_TOKEN": "your_refresh_token"
}
}
}
}
Restart Claude Desktop. The Jobber tools will appear automatically.
Usage Examples
List today's schedule
"What's on my schedule today?"
Create a client
"Add a new client: Sarah Johnson, [email protected], (555) 867-5309, 456 Oak Ave, Tampa FL 33601"
Create a quote
"Create a quote for Sarah Johnson for pressure washing her driveway — 2 hours at $95/hr"
Check unpaid invoices
"Show me all invoices that haven't been paid yet"
Update job status
"Mark job #204 as completed"
Token Refresh
Access tokens expire periodically. The connector automatically refreshes them using your JOBBER_REFRESH_TOKEN. If you see authentication errors, re-run the OAuth helper to get fresh tokens.
Development
# Run with auto-reload on file changes
npm run dev
# Run normally
npm start
Project Structure
jobber-mcp-connector/
├── src/
│ ├── index.js # MCP server entry point
│ ├── jobber-client.js # GraphQL API client + OAuth2
│ ├── queries.js # All GraphQL queries and mutations
│ ├── tools.js # Tool definitions and handlers
│ └── oauth-helper.js # One-time OAuth2 authorization helper
├── .env.example # Environment variable template
├── package.json
└── README.md
License
MIT — Built by Total Property Solutions Pro
Установка Jobber Connector
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Medina-Digital-A-i/jobber-mcp-connectorFAQ
Jobber Connector MCP бесплатный?
Да, Jobber Connector MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Jobber Connector?
Нет, Jobber Connector работает без API-ключей и переменных окружения.
Jobber Connector — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Jobber Connector в Claude Desktop, Claude Code или Cursor?
Открой Jobber Connector на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Jobber Connector with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
