Skip to main content
Glama
cphoskins

nimble-crm-mcp

by cphoskins

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 .

Related MCP server: pipedriver

Configuration

Get your Nimble API Key

  1. Log in to Nimble

  2. Go to Settings > API Tokens (or visit the API Access guide)

  3. 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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    A lightweight MCP server for client relationship management, enabling client tracking, notes, and search via natural language.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for Pipedrive API v2, enabling management of deals, persons, organizations, products, activities, and pipelines through natural language in MCP clients like Cursor and Claude Desktop.
    72
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server for GoHighLevel sub-accounts, enabling management of CRM contacts, pipelines, calendars, invoices, and more via natural language.
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server that exposes Redtail CRM's TWAPI as tools, enabling CRM operations like contacts, activities, and onboarding via natural language.
    MIT

View all related MCP servers

Related MCP Connectors

  • GibsonAI MCP server: manage your databases with natural language

  • MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

View all MCP Connectors

Latest Blog Posts

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/cphoskins/nimble-crm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server