JobNimbus MCP Server
This server connects Claude directly to your JobNimbus account via its API, enabling full management of CRM data, jobs, tasks, and more through natural language.
Contacts: List/search (by name, email, status), get by ID, create, and update — including custom fields.
Jobs: List/search (by status, name, contact, or last-updated timestamp), get by ID, create, and update — including custom fields and GHL migration fields (Lead Number, Job Number, GPS Coordinates, Plus Code).
Notes: List notes on a contact or job (excludes system-generated notes), and add new notes.
Tasks: List tasks linked to a contact or job, and create tasks with due dates and assignees.
Files: List file and photo attachments linked to a contact or job.
Financial Documents: List estimates and invoices, optionally filtered by related record.
Orders: List material orders and work orders, optionally filtered by related record.
Activities: List all activity records (calls, emails, status changes, etc.).
Account Info: Retrieve account details, workflow stages, users, and custom field definitions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@JobNimbus MCP Serverlist recent jobs from last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JobNimbus MCP Server
Connects Claude directly to your JobNimbus account via the API.
Tools Available
Tool | Description |
| List/search contacts (filter by name, email, status) |
| Get a single contact by jnid |
| Create a new contact |
| Update contact fields + custom fields |
| List/search jobs (filter by status, contact, name) |
| Get a single job by jnid |
| Create a new job (with Lead Number, Job Number, GPS, Plus Code) |
| Update job fields + GHL migration fields |
| List notes on a contact or job |
| Add a note to a contact or job |
| List file/photo attachments |
| List tasks |
| Create a task |
| List estimates |
| List invoices |
| List activity records |
| List material orders |
| List work orders |
| Get account info, stages, custom field definitions |
Related MCP server: GHL MCP Server
Installation
1. Install dependencies and build
cd jobnimbus-mcp
npm install
npm run build2. Add to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"jobnimbus": {
"command": "node",
"args": ["/FULL/PATH/TO/jobnimbus-mcp/dist/index.js"],
"env": {
"JOBNIMBUS_API_KEY": "your-jobnimbus-api-key"
}
}
}
}Replace /FULL/PATH/TO/jobnimbus-mcp with the actual absolute path where you placed this folder.
3. Restart Claude Desktop
The JobNimbus tools will appear in Claude's tool list.
GHL → JobNimbus Migration: Custom Fields
When migrating assets from GoHighLevel, use custom_fields_json to write GHL data into JobNimbus custom fields:
{
"Lead Number": "L-1234",
"Job Number": "J-5678",
"Plus Code": "87JC+9W Edmonton",
"GPS Coordinates": "53.5461,-113.4938"
}Example prompt to Claude:
"Update JobNimbus job [jnid] with GHL Lead Number L-1234, Job Number J-5678, and Plus Code 87JC+9W"
Security Note
⚠️ Rotate your API key in JobNimbus Settings → API if it has been shared in any chat or document. Generate a new key and update the config above.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables remote access to JobNimbus CRM through Claude Desktop with 48+ tools for managing jobs, contacts, estimates, and advanced analytics. Features zero-storage security architecture where API keys are never stored on the server.Last updated2MIT
- Alicense-qualityCmaintenanceEnables Claude to manage GoHighLevel CRM contacts, pipelines, and workflows through natural language commands.Last updated72MIT
- FlicenseCqualityDmaintenanceConnects Claude to ServiceTitan via API, providing 60 tools across CRM, Jobs, Accounting, and more for business management.Last updated601
- Flicense-qualityDmaintenanceConnects Claude to Jira, allowing users to query tasks, log work, add comments, and execute JQL queries through conversational AI.Last updated
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/drummouse/JobNimbus-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server