jobnimbus-mcp-server
0
The JobNimbus MCP Server facilitates interaction with the JobNimbus API via AI assistants. It provides secure data manipulation capabilities for various JobNimbus data types and is accessible through npm.
JobNimbus MCP Server
This project provides a Model Context Protocol (MCP) server for interacting with the JobNimbus API via AI assistants like Cursor and Claude.
Features
- Allows AI agents to access and manipulate JobNimbus data such as Contacts, Jobs, Tasks, Products, Workflows, and Invoices.
- Secure access using the JobNimbus API key.
- Published on npm for easy execution using npx.
Setup Instructions
- Follow specific steps for Cursor Editor and Claude Desktop App, which include setting API key and configuring respective configuration files.
- Restart the applications after configuration to ensure integration.
Running Manually
- You can manually run the server for debugging or with other clients by exporting the API key environment variable and executing npx jobnimbus-mcp-server.
Implemented Tools
- Includes tools for managing Contacts, Jobs, Tasks, Products, Workflows, and Invoices each with functions like listing, getting, creating, updating, and more.
Development
- Instructions on cloning the repository, installing dependencies, making changes, building, and testing locally.
License
- MIT License.