MCP server for Pipedrive CRM. 155 tools for deals, persons, organizations, activities, and more.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @ckalima/pipedrive-mcp-server
MCP client config
{
"mcpServers": {
"pipedrive-crm": {
"command": "npx",
"args": [
"-y",
"@ckalima/pipedrive-mcp-server"
]
}
}
}Distributed as an MCP bundle (`https://github.com/ckalima/pipedrive-mcp-server/releases/download/v2.7.0/pipedrive-mcp-server-2.7.0.mcpb`) — download it and import the bundle in your MCP client.