Submit

Pipedrive CRM

@ckalima

MCP server for Pipedrive CRM. 155 tools spanning deals, persons, organizations, activities, products, projects, tasks, leads, notes, mail, and fields.
Overview

Pipedrive CRM MCP Server

MCP server for Pipedrive CRM. 155 tools spanning deals, persons, organizations, activities, products, projects, tasks, leads, notes, mail, and fields.

Highlights

  • 155 tools across the core Pipedrive entities: deals, persons, organizations, activities, products, projects, tasks, leads, notes, mail, fields, pipelines & stages, boards & phases, and users.
  • Local stdio server, distributed on npm and run via npx with your own Pipedrive API key. Nothing routes through a third party.
  • API-key auth via the PIPEDRIVE_API_KEY environment variable (your 40-character Pipedrive token).
  • Safe by default: delete tools are gated behind PIPEDRIVE_ENABLE_DESTRUCTIVE=true and stay off unless you opt in.
  • Uses Pipedrive API v2 where available, with v1 fallback for notes, mail, users, and leads CRUD.
  • TypeScript, Node.js >= 20, MIT licensed.

Install

{
  "mcpServers": {
    "pipedrive": {
      "command": "npx",
      "args": ["-y", "@ckalima/pipedrive-mcp-server"],
      "env": { "PIPEDRIVE_API_KEY": "your-40-character-api-key" }
    }
  }
}

Get your API token in Pipedrive under Settings > Personal preferences > API.

Server Config

{
  "mcpServers": {
    "pipedrive": {
      "command": "npx",
      "args": [
        "-y",
        "@ckalima/pipedrive-mcp-server"
      ],
      "env": {
        "PIPEDRIVE_API_KEY": "your-40-character-api-key"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.