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
npxwith your own Pipedrive API key. Nothing routes through a third party. - API-key auth via the
PIPEDRIVE_API_KEYenvironment variable (your 40-character Pipedrive token). - Safe by default: delete tools are gated behind
PIPEDRIVE_ENABLE_DESTRUCTIVE=trueand 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.
Links
- npm:
@ckalima/pipedrive-mcp-server - Source: https://github.com/ckalima/pipedrive-mcp-server
Server Config
{
"mcpServers": {
"pipedrive": {
"command": "npx",
"args": [
"-y",
"@ckalima/pipedrive-mcp-server"
],
"env": {
"PIPEDRIVE_API_KEY": "your-40-character-api-key"
}
}
}
}