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.
We read the source, 21 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add pipedrive-mcp-server -- npx -y @ckalima/pipedrive-mcp-server
{
"mcpServers": {
"pipedrive-mcp-server": {
"args": [
"-y",
"@ckalima/pipedrive-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.pipedrive-mcp-server]
command = "npx"
args = ["-y", "@ckalima/pipedrive-mcp-server"]
{
"mcpServers": {
"pipedrive-mcp-server": {
"args": [
"-y",
"@ckalima/pipedrive-mcp-server"
],
"command": "npx"
}
}
}
{
"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.
Read deals, persons, organizations, activities and pipelines; create and update CRM records.
MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.
Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.
MCP server for the Google Drive API: search, upload, download, organize and share files.
Manifest-driven MCP server scaffolder and runtime hub for tool integrations.
MCP server for AI-driven console application automation and monitoring
MCP server for agent-driven React Native and Expo development and mobile testing
Policy-driven, read-only MCP server for safe database access from AI tools.
Answers built from our own checks of this server.