Pipedrive
Freeby MCP Community
Model Context Protocol server for Pipedrive CRM - The most complete and robust Pipedrive MCP implementation
v2.0.0Added Apr 12, 2026
mcpmodel-context-protocolpipedrivecrmsales
Pipedrive MCP Server
Model Context Protocol server for Pipedrive CRM - The most complete and robust Pipedrive MCP implementation
Installation
npx -y @iamsamuelfraga/mcp-pipedrive
Reviews
Installation
Quick install
npx -y @iamsamuelfraga/mcp-pipedrive
Add to claude_desktop_config.json
{
"mcpServers": {
"pipedrive": {
"command": "npx",
"args": ["-y", "@iamsamuelfraga/mcp-pipedrive"]
}
}
}