MCP server for the Nimble CRM API — manage contacts, deals, notes, tasks, and tags.
Project description
nimble-crm-mcp
MCP server for the Nimble CRM API — manage contacts, deals, notes, tasks, and tags from Claude Code or any MCP client.
Installation
pip install nimble-crm-mcp
Or install from source:
git clone https://github.com/cphoskins/nimble-crm-mcp.git
cd nimble-crm-mcp
pip install -e .
Configuration
Get your Nimble API Key
- Log in to Nimble
- Go to Settings > API Tokens (or visit the API Access guide)
- Generate an API key
Claude Code
Add to your Claude Code MCP settings (~/.claude/settings.json or project .claude/settings.json):
{
"mcpServers": {
"nimble-crm": {
"command": "nimble-crm-mcp",
"env": {
"NIMBLE_API_KEY": "your-api-key-here"
}
}
}
}
Generic MCP Client
{
"mcpServers": {
"nimble-crm": {
"command": "python",
"args": ["-m", "nimble_crm_mcp.server"],
"env": {
"NIMBLE_API_KEY": "your-api-key-here"
}
}
}
}
Available Tools
Contacts
- list_contacts — List contacts with optional keyword search and record type filter
- search_contacts — Advanced search with field-level operators (is, contains, range, etc.)
- get_contact — Get a single contact by ID with all fields and tags
- create_contact — Create a person or company contact with name, email, phone, tags
- update_contact — Update contact fields (merge or replace mode)
- delete_contacts — Delete one or more contacts by ID
Notes
- list_notes — List notes for a specific contact
- get_note — Get a single note by ID
- create_note — Create a note attached to one or more contacts
- update_note — Update an existing note
- delete_note — Delete a note
Tags
- replace_tags — Replace all tags on a contact (full replace, not additive)
Tasks
- create_task — Create a task with subject, notes, due date, and related contacts
Deals
- list_deals — List all deals with pagination
- create_deal — Create a deal with name, amount, stage, probability, etc.
- update_deal — Update deal fields
- delete_deal — Delete a deal
Metadata
- list_contact_fields — List all contact field metadata (tabs, groups, fields, types)
Account
- get_myself — Get current authenticated user info
Development
# Clone and install
git clone https://github.com/cphoskins/nimble-crm-mcp.git
cd nimble-crm-mcp
pip install -e .
# Run tests (no credentials needed — all mocked)
pytest tests/ -v
# Run the server locally
NIMBLE_API_KEY=your-key nimble-crm-mcp
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nimble_crm_mcp-0.1.0.tar.gz.
File metadata
- Download URL: nimble_crm_mcp-0.1.0.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
990c9f7ebf9aef6978dac877db11e2c4bd5427985673ece8aed4fc88afe475a0
|
|
| MD5 |
ae01ce47e3bd5818244b841571898c9e
|
|
| BLAKE2b-256 |
8d2d1803bf3f811f939fd3930f5841ff17565af917ef56121831564e3e66b03b
|
Provenance
The following attestation bundles were made for nimble_crm_mcp-0.1.0.tar.gz:
Publisher:
publish.yml on cphoskins/nimble-crm-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nimble_crm_mcp-0.1.0.tar.gz -
Subject digest:
990c9f7ebf9aef6978dac877db11e2c4bd5427985673ece8aed4fc88afe475a0 - Sigstore transparency entry: 1014793705
- Sigstore integration time:
-
Permalink:
cphoskins/nimble-crm-mcp@0d9e5ad3f68c333e7049fca9eadc4238a86e6a79 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/cphoskins
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@0d9e5ad3f68c333e7049fca9eadc4238a86e6a79 -
Trigger Event:
release
-
Statement type:
File details
Details for the file nimble_crm_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nimble_crm_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8c2c6b6669039851bb1d6e3d4cf14ea3b2e33c4fed91efa645c69d4c2e83275
|
|
| MD5 |
5ae8923107fb37ce51bf2582db81bb89
|
|
| BLAKE2b-256 |
537b44f9c40ac6838a6a22c7e31aac21f8697754645f15d57ce76c0f3cc0985a
|
Provenance
The following attestation bundles were made for nimble_crm_mcp-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on cphoskins/nimble-crm-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nimble_crm_mcp-0.1.0-py3-none-any.whl -
Subject digest:
b8c2c6b6669039851bb1d6e3d4cf14ea3b2e33c4fed91efa645c69d4c2e83275 - Sigstore transparency entry: 1014793748
- Sigstore integration time:
-
Permalink:
cphoskins/nimble-crm-mcp@0d9e5ad3f68c333e7049fca9eadc4238a86e6a79 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/cphoskins
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@0d9e5ad3f68c333e7049fca9eadc4238a86e6a79 -
Trigger Event:
release
-
Statement type: