
Pipedrive MCP
Manage and analyze your Pipedrive sales pipeline from an AI coding agent without leaving the terminal.
Overview
Pipedrive MCP is an MCP server for the Grow phase that performs full Pipedrive CRUD and maintains a local SQLite pipeline mirror for stale-deal, forecast, aging, duplicate, and rep analytics.
What is this MCP server?
- Full Pipedrive CRUD exposed over MCP stdio (mcpb v0.1.0)
- Local SQLite copy of the pipeline for stale deals, forecasts, aging, duplicate detection, and rep-oriented views
- Requires PIPEDRIVE_API_KEY as a secret environment variable
- Servosity msp-skills release packaging with pinned file SHA256
- Offline-friendly analytics on mirrored data without hammering the live API for every question
- Server version 0.1.0
- Transport: stdio via mcpb registry package
- One required secret: PIPEDRIVE_API_KEY
Community signal: 1 GitHub stars.
What problem does it solve?
Switching between your coding agent and Pipedrive for deal updates and pipeline health checks breaks flow and makes it hard to ask compound questions across many deals.
Who is it for?
Solo builders or tiny sales teams on Pipedrive who want agent-driven pipeline CRUD plus offline-style analytics on mirrored deals.
Skip if: Teams on HubSpot, Salesforce, or spreadsheets only, or anyone who cannot store a Pipedrive API key in the MCP host environment.
What do I get? / Deliverables
Your agent can read and write Pipedrive data and run richer pipeline questions against the local mirror after you register the server with your API key.
- Agent-callable Pipedrive CRUD against live API
- Local SQLite pipeline datastore for aging, forecast, duplicate, and rep queries
Recommended MCP Servers
Journey fit
Revenue pipeline work—deals, forecasts, and rep hygiene—belongs in Grow when you are closing and nurturing customers, not in early Build. Deal stages, stale opportunities, and dupes are lifecycle CRM concerns; the local mirror supports ongoing pipeline hygiene after you have something to sell.
How it compares
Live CRM MCP integration with a SQLite analytics sidecar, not a standalone sales playbook skill.
Common Questions / FAQ
Who is Pipedrive MCP for?
It is for developers and founders who sell through Pipedrive and want their AI agent to manage deals and interrogate pipeline health from the same workspace they use to ship product.
When should I use Pipedrive MCP?
Use it during weekly pipeline reviews, before forecast updates, or when you need the agent to fix records, spot stale deals, or compare rep activity without manual CSV exports.
How do I add Pipedrive MCP to my agent?
Install the mcpb package from the Servosity release, register the stdio server in Claude Code or your MCP client, and set PIPEDRIVE_API_KEY in the server environment variables.