MCP.so
登录

JobNimbus MCP Server

@clykins90

关于 JobNimbus MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

clykins90

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "jobnimbus-mcp-server": {
      "command": "npx",
      "args": [
        "jobnimbus-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is JobNimbus MCP Server?

JobNimbus MCP Server is a Model Context Protocol (MCP) server that enables AI assistants like Cursor and Claude to read and write data in JobNimbus (Contacts, Jobs, Tasks, Products, Workflows, Invoices) using a JobNimbus API key. It is designed for users who want to automate or interact with their JobNimbus records through a natural-language interface.

How to use JobNimbus MCP Server?

Install and run via npx jobnimbus-mcp-server. For Cursor or Claude Desktop, add the server configuration to the assistant’s MCP settings file (~/.cursor/mcp.json or claude_desktop_config.json), set the JOBNIMBUS_API_KEY environment variable inside the configuration, and restart the assistant. Advanced users can run the server manually by exporting the API key and executing npx jobnimbus-mcp-server.

Key features of JobNimbus MCP Server

  • Runs on npm with zero installation steps (uses npx).
  • Works with Cursor Editor and Claude Desktop App.
  • Provides 20+ tools covering Contacts, Jobs, Tasks, Products, Workflows, and Invoices.
  • All tools support CRUD operations and JobNimbus API integration.
  • API key authentication via environment variable JOBNIMBUS_API_KEY.
  • Communicates over stdio for MCP compatibility.

Use cases of JobNimbus MCP Server

  • List, get, create, or update contacts in JobNimbus.
  • Manage jobs: create, update, list, or fetch individual jobs.
  • Handle tasks and products within your JobNimbus account.
  • Retrieve all workflows and create new workflow statuses.
  • Create, update, send invoices, and record payments.

FAQ from JobNimbus MCP Server

How do I set it up in Cursor Editor?

Create a file ~/.cursor/mcp.json with the server configuration, including command: "npx", args: ["jobnimbus-mcp-server"], and the JOBNIMBUS_API_KEY environment variable set to your actual JobNimbus API key. Restart Cursor to activate.

How do I set it up in Claude Desktop App?

Locate the Claude configuration file (claude_desktop_config.json), add the same mcpServers block with command: "npx" and args: ["jobnimbus-mcp-server"], and set JOBNIMBUS_API_KEY in the env section. Restart the app.

What tools are available?

The server implements tools for Contacts, Jobs, Tasks, Products (each with list/get/create/update), Workflows (get all, create workflow, create status), and Invoices (list/get/create/update, send, record payment). Tool names follow the pattern jobnimbus_<entity>_<action>.

Do I need Node.js and npm?

Yes, Node.js and npm are required because the server is run via npx, which needs npm to download the package.

Can I run the server manually without an AI assistant?

Yes. Export the JOBNIMBUS_API_KEY environment variable and run npx jobnimbus-mcp-server. The server will listen for MCP communication over stdin/stdout.

评论

其他 分类下的更多 MCP 服务器