mcpbeat Sign in

Pipedrive CRM MCP Server

local only

Pipedrive CRM runs on your own machine — the client starts it, so there is no endpoint to ping. 153 installs a week from npm. Last commit 12 Sep 2026.

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

Installs per day peak 252 · avg 43 · +68% w/w
a month agotoday
153
Installs / week
npm · @ckalima/pipedrive-mcp-server
8
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/tools/annotations.ts:72
const ATOMIC_BULK_DELETE = /^pipedrive_delete_\w+_field_options$/;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pipedrive-mcp-server -- npx -y @ckalima/pipedrive-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pipedrive-mcp-server": {
      "args": [
        "-y",
        "@ckalima/pipedrive-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pipedrive-mcp-server]
command = "npx"
args = ["-y", "@ckalima/pipedrive-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "pipedrive-mcp-server": {
      "args": [
        "-y",
        "@ckalima/pipedrive-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pipedrive-mcp-server": {
      "args": [
        "-y",
        "@ckalima/pipedrive-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PIPEDRIVE_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pipedrive CRM

same job, measured the same way
Pipedrive
by usefulapi

Read deals, persons, organizations, activities and pipelines; create and update CRM records.

19 tools answering
Rivemcp
by paradoxsyn

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

615 installs/wk local only
Local MCP
by lanchuske

Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.

3 245 installs/wk local only
Google Drive MCP
by a1-x-tech

MCP server for the Google Drive API: search, upload, download, organize and share files.

48 installs/wk local only
MCP Factory
by jaimenbell

Manifest-driven MCP server scaffolder and runtime hub for tool integrations.

110 installs/wk local only
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only
D
Ceraph
by ceraph

MCP server for agent-driven React Native and Expo development and mobile testing

656 installs/wk local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

32 installs/wk local only

Pipedrive CRM — questions

Answers built from our own checks of this server.

Why is there no uptime for Pipedrive CRM?
Pipedrive CRM runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ckalima/pipedrive-mcp-server was installed 153 times last week.
How do I connect Pipedrive CRM?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ckalima/pipedrive-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Pipedrive CRM?
The npm package @ckalima/pipedrive-mcp-server was installed 153 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pipedrive CRM open source?
Yes — it is published under the MIT licence, written in TypeScript and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.