Home › Databases & Data › Pipedrive CRM
Pipedrive CRM
MCP server for Pipedrive CRM. 155 tools for deals, persons, organizations, activities, and more.
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_KEYrequired 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
mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
mcp-mermaid
Generate dynamic Mermaid diagrams and charts with AI assistance. Customize styles and export diagr…
Search Console MCP
Google Search Console + Bing + GA4 + AdSense — unified SEO intelligence for AI agents.
quackback
Open-source customer feedback platform with built-in MCP server. Agents can search feedback, triage posts, update statuses, create and…
mcp-echarts
Generate visual charts using [Apache ECharts](https://echarts.apache.org) with AI MCP dynamically.
OpenDataMCP
Connect any Open Data to any LLM with Model Context Protocol.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry