MCP.so
Sign In

Pipedrive Mcp Server

@binarapps

About Pipedrive Mcp Server

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

binarapps

Submitted by

Maciej Krasowski

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "pipedrive": {
      "command": "node",
      "args": [
        "/path/to/pipedrive-mcp-server/dist/index.js"
      ],
      "env": {
        "PIPEDRIVE_API_KEY": "your-api-token-here"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Pipedrive Mcp Server?

An MCP (Model Context Protocol) server for Pipedrive CRM. It connects AI assistants like Claude Code and Claude Desktop directly to your Pipedrive account, allowing you to manage your CRM with natural language commands. Built by Binar and free to use under the MIT license.

How to use Pipedrive Mcp Server?

Obtain a Pipedrive API token from Settings → Personal preferences → API. Clone the repository, run npm install and npm run build. Then add the server configuration (path to the built dist/index.js and your API key) to either your project’s .mcp.json (for Claude Code) or claude_desktop_config.json (for Claude Desktop). Once configured, you can issue natural language commands to manage your CRM.

Key features of Pipedrive Mcp Server

  • Manage deals: list, create, update, delete, and search
  • Manage persons: list, create, update, delete, and search
  • Manage organizations: list, create, update, delete, and search
  • Manage activities: create, update, mark done, and delete
  • Handle leads, notes, mail threads, and pipelines
  • Access custom fields and user information

Use cases of Pipedrive Mcp Server

  • Review and update sales pipeline stages via chat
  • Manage contacts: find, update, and create persons
  • Track activities: list overdue items, mark tasks done, schedule new ones
  • Query and modify custom fields on any entity
  • Handle deals, leads, notes, and email threads conversationally

FAQ from Pipedrive Mcp Server

What AI assistants can I use with Pipedrive Mcp Server?

Claude Code and Claude Desktop are explicitly supported, as shown in the provided configuration examples.

What do I need to get started?

You need a Pipedrive API token, which you can obtain from Settings → Personal preferences → API in Pipedrive. You also need Node.js to build and run the server.

What CRM entities can I manage?

You can manage deals, persons, organizations, activities, leads, notes, mail threads, pipelines, stages, users, and field metadata (including custom fields).

Is the server open source and free?

Yes, it is released under the MIT license and built by Binar. You can

Comments

More Other MCP servers