Pipedrive MCP Server
Related Servers
Alternatives to Pipedrive MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with the Pipedrive CRM to manage deals, contacts, organizations, and activities. It features automatic custom field synchronization and guided onboarding to ensure assistants follow specific business rules and pipelines.87 npmMIT
- AlicenseBqualityAmaintenanceEnables users to manage Pipedrive CRM data including deals, contacts, and activities directly through an AI assistant. It supports full CRUD operations, email engagement analysis, and mapping of custom field metadata for comprehensive pipeline management.123259 npm8MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to query and analyze Salesforce pipeline data, including pipeline health, deal details, and risk alerts, through natural language.3 npmMIT
- AlicenseBqualityAmaintenanceEnables read-only access to Pipedrive data including deals, persons, organizations, and pipelines, allowing LLMs like Claude to query and analyze CRM information through natural language.161,403 npm60MIT

Summit53 MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceProvides 48 revenue intelligence tools that let AI assistants search deals, forecast revenue, analyze pipeline risk, manage outreach, and track value delivery via natural language.41 npm-- AlicenseBqualityCmaintenanceConnects the Pipedrive API v2 to LLM applications, providing read-only access to CRM data including deals, contacts, and pipelines. It enables users to search and retrieve organization information, activities, and notes through natural language.301,403 npmMIT
TDQS
Scored across 7 tools
Each tool targets a distinct Pipedrive entity (pipelines, stages, users, deals, activities, leads). The only mild overlap is get_deals versus get_deal_details, but the descriptions clearly differentiate a filtered list from a detailed single-deal lookup.
All tools follow a consistent get_<noun> snake_case pattern, which is predictable and readable. Minor deviation: get_deals is plural while get_deal_details is singular, but the convention is still clear.
Seven tools is well-scoped and each earns its place for a read-oriented Pipedrive surface. It is slightly lean, with no redundancy or bloat.
The surface is entirely read-only, with no create, update, or delete operations for deals, activities, or leads, which are core CRM workflows. Agents can retrieve data but cannot act on it, creating significant dead ends.