HomeDatabases & Data › Pipedrive CRM

Pipedrive CRM

MCP server for Pipedrive CRM. 155 tools for deals, persons, organizations, activities, and more.

TypeScript Cloud
★ 8 stars Last pushed 2026-09-19 License: MIT

Topics: Customer Data Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.7.0)

npx -y @ckalima/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "pipedrive-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ckalima/[email protected]"
      ],
      "env": {
        "PIPEDRIVE_API_KEY": "<YOUR_VALUE>",
        "PIPEDRIVE_MODE": "<YOUR_VALUE>",
        "PIPEDRIVE_ENABLE_DESTRUCTIVE": "<YOUR_VALUE>",
        "PIPEDRIVE_IMAGE_BASE_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • PIPEDRIVE_API_KEY required secret — Your 40-character Pipedrive API token (Settings > Personal preferences > API).
  • PIPEDRIVE_MODE — Server-enforced capability tier: 'read-only' (reads only), 'safe-write' (reads + non-destructive writes; the default), or 'full' (all tools, including destructive). Out-of-mode tools are hidden from tools/list and refused if called directly. A blank value is treated as unset (defaults to safe-write); an unrecognized value falls back to read-only.
  • PIPEDRIVE_ENABLE_DESTRUCTIVE — Legacy flag, superseded by PIPEDRIVE_MODE. When PIPEDRIVE_MODE is unset, 'true' maps to full; otherwise prefer PIPEDRIVE_MODE=full. Still honored for back-compat.
  • PIPEDRIVE_IMAGE_BASE_DIR — Allowlisted directory the server may read product images from when a file_path is passed to the image-upload tools. Filesystem reads are disabled unless this is set, and a file_path must resolve within it.

Package (mcpb 2.7.0)

Package: mcpb https://github.com/ckalima/pipedrive-mcp-server/releases/download/v2.7.0/pipedrive-mcp-server-2.7.0.mcpb

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry