Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ‘¤ Customer Data Platforms
  3. Pipedrive MCP Server
Pipedrive MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 2:47:26 PM

Pipedrive MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository8 GitHub StarsTotal stargazers on GitHub for the source repository (8 stars).Visit Website
pipedrivecrmcustomer-datamcp

Connects AI clients to Pipedrive CRM for reading and managing deals, contacts, activities, and related records.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ckalima-pipedrive-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ckalima/pipedrive-mcp-server"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (123) Directory Badge Claim listing AlternativesšŸ‘¤ More in Customer Data Platforms

Overview

The ckalima/pipedrive-mcp-server MCP server exposes Pipedrive CRM operations to MCP-compatible clients through a local STDIO process. It uses a Pipedrive API key and provides tools for deals, persons, organizations, activities, products, projects, tasks, leads, notes, mail, and custom fields. Capability modes can restrict access to reads, safe writes, or destructive operations. Reach for it when an AI assistant needs controlled access to a self-hosted Pipedrive connection rather than a hosted OAuth service.

Use cases

•List and filter open Pipedrive deals
•Create and update CRM contacts
•Search deals and persons from an AI client
•Review activities and email engagement
•Inspect custom fields and pipeline metadata

Key features

•155 Pipedrive CRM tools
•Deal, person, organization, and activity operations
•Cursor-based pagination
•API v2-first REST access
•Read-only, safe-write, and full capability modes
•Custom-field discovery

Capabilities & Tool Schemas (123) ~21.7k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Pipedrive MCP Server.

pipedrive_list_deals

List deals from Pipedrive with optional filtering by owner, person, organization, pipeline, stage, or status. Returns paginated results.

pipedrive_get_deal

Get detailed information about a specific deal by ID, including all standard and custom fields.

pipedrive_create_deal

Create a new deal in Pipedrive. Only title is required; all other fields are optional.

pipedrive_update_deal

Update an existing deal in Pipedrive. Specify the deal ID and any fields to update.

pipedrive_search_deals

Search for deals by text in title. Supports fuzzy matching by default.

pipedrive_list_deal_followers

List all followers for a deal.

How Pipedrive MCP Server works

What ckalima/pipedrive-mcp-server MCP server does

The ckalima/pipedrive-mcp-server MCP server connects an MCP client to a Pipedrive CRM account. It exposes 155 tools covering core CRM records and related operations, including deals, persons, organizations, activities, products, projects, tasks, leads, notes, mail, and field metadata.

Deal tools support listing with filters, retrieving standard and custom fields, creating and updating records, text search, followers, line-item products, discounts, installments, archived deals, and conversion-status checks. Person tools cover listing, lookup, creation, updates, search by name or contact details, followers, changelogs, and picture metadata. The broader tool surface also includes pipeline, stage, user, email, and custom-field access as described by the project.

How it works

The server runs locally over STDIO and calls the Pipedrive REST API with the supplied API token. It prefers API v2 endpoints and uses v1 only for capabilities without a v2 equivalent, including notes, mail, users, and leads CRUD. Pagination is supported for large result sets, including cursor-based results where provided by the API.

PIPEDRIVE_MODE controls the exposed and executable capability tier. read-only makes read operations available, safe-write adds non-destructive writes and is the default, and full enables destructive operations. Restricted tools are hidden from tool discovery and rejected if called directly. The legacy PIPEDRIVE_ENABLE_DESTRUCTIVE flag remains available for backward compatibility.

Setup and configuration

Install or run the package with:

Terminal
npx -y @ckalima/pipedrive-mcp-server

The package also provides an init command that guides setup, validates the API key, and generates client configuration. A Pipedrive API token is required; the README describes obtaining it from Pipedrive under Settings, Personal preferences, and API.

A typical MCP configuration uses the scoped npm package and passes PIPEDRIVE_API_KEY in the server's environment. Set PIPEDRIVE_MODE=read-only for initial evaluation, safe-write for normal non-destructive changes, or full when destructive operations are intentionally required. PIPEDRIVE_IMAGE_BASE_DIR can allow image-upload tools to read files from an approved directory.

Tools and capabilities

The ckalima/pipedrive-mcp-server MCP server includes capabilities for:

  • Filtering and searching deals, persons, and activities.
  • Creating and updating CRM records.
  • Managing deal products, discounts, installments, followers, and archived records.
  • Reading mail threads and messages for engagement analysis.
  • Discovering custom fields and mapping their hash codes to readable names.
  • Listing pipelines, stages, and users.

Some Pipedrive operations depend on the account plan. For example, deal installment tools require a Growth or higher plan. Conversion-status results distinguish completed, failed, rejected, not-started, and running states; completed conversions carry a lead ID.

Limitations and notes

Transport is STDIO only; the README notes that Streamable HTTP is planned. Authentication uses a Pipedrive API key, and there is no hosted OAuth offering. Destructive tools are not enabled by the default safe-write mode. To enable them, use PIPEDRIVE_MODE=full, or use the legacy destructive flag when compatibility requires it.

The server is intended for local or self-hosted client configurations. The API token determines which Pipedrive company is accessed, and the server reports the resolved account during startup and in the first tool response after the connection check settles. Filesystem access for product-image uploads is disabled unless an allowlisted image base directory is configured.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Customer Data Platforms View all alternatives
  • MCP Server Iaptic logoMCP Server Iaptic

    Connect with iaptic to ask about your Customer Purchases, Transaction data and App Revenue statistics.

    šŸ‘¤ Customer Data Platforms3 views
    Compare vs MCP Server Iaptic →
  • MCP Server Chart logoMCP Server Chart

    A Model Context Protocol server for generating visual charts using AntV.

    šŸ‘¤ Customer Data Platforms4 views
    Compare vs MCP Server Chart →
  • OpenDataMCP logoOpenDataMCP

    Connect any Open Data to any LLM with Model Context Protocol.

    šŸ‘¤ Customer Data Platforms1 views
    Compare vs OpenDataMCP →
  • MCP Mermaid logoMCP Mermaid

    Generate mermaid diagram and chart with AI MCP dynamically.

    šŸ‘¤ Customer Data Platforms3 views
    Compare vs MCP Mermaid →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
8
Stargazers on the source repository.
npm downloads
1.3k
Package downloads in the last 30 days.
Last commit
6d ago
Most recent push to the default branch.
Tools exposed
123
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Pipedrive MCP Server

Run `npx -y @ckalima/pipedrive-mcp-server`, or use its `init` command for guided client configuration.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPipedrive MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ckalima-pipedrive-mcp-server?style=directory)](https://allmcps.com/mcp/ckalima-pipedrive-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/ckalima-pipedrive-mcp-server"><img src="https://allmcps.com/api/badge/ckalima-pipedrive-mcp-server?style=directory" alt="Pipedrive MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ‘¤Customer Data Platforms
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars8
GitHub Star CountTotal stargazers on GitHub representing community popularity (8 stars).
Last commit6d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 5, 2026
npm downloads1,258/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
65Quality signal: Great Ā· 65/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity9/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 23d ago via OSV.dev Ā· @ckalima/pipedrive-mcp-server (npm)

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ‘¤ Customer Data Platforms →Best MCP servers for Customer Data Platforms →Alternatives to Pipedrive MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code