Pipedrive CRM
Rank #4,182io.github.ckalima/pipedrive-mcp-server
MCP server for Pipedrive CRM. 155 tools for deals, persons, organizations, activities, and more.
Pipedrive CRM is a Model Context Protocol (MCP) server published by ckalima. It ranks #4,182 of 115,460 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Pipedrive CRM is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 3 tracked versions. It was first listed on Jan 30, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 111,278 of 115,460 servers on MCP Toplist.
Use Pipedrive CRM
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add pipedrive-mcp-server -e "PIPEDRIVE_API_KEY=<your PIPEDRIVE_API_KEY>" -e "PIPEDRIVE_MODE=<your PIPEDRIVE_MODE>" -e "PIPEDRIVE_ENABLE_DESTRUCTIVE=<your PIPEDRIVE_ENABLE_DESTRUCTIVE>" -e "PIPEDRIVE_IMAGE_BASE_DIR=<your PIPEDRIVE_IMAGE_BASE_DIR>" -- npx -y @ckalima/pipedrive-mcp-serverReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ckalima/pipedrive-mcp-server/releases/download/v2.7.0/pipedrive-mcp-server-2.7.0.mcpb` — install it through your client’s extension manager.
[mcp_servers.pipedrive-mcp-server]
command = "npx"
args = ["-y", "@ckalima/pipedrive-mcp-server"]
[mcp_servers.pipedrive-mcp-server.env]
PIPEDRIVE_API_KEY = "<your PIPEDRIVE_API_KEY>"
PIPEDRIVE_MODE = "<your PIPEDRIVE_MODE>"
PIPEDRIVE_ENABLE_DESTRUCTIVE = "<your PIPEDRIVE_ENABLE_DESTRUCTIVE>"
PIPEDRIVE_IMAGE_BASE_DIR = "<your PIPEDRIVE_IMAGE_BASE_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ckalima/pipedrive-mcp-server/releases/download/v2.7.0/pipedrive-mcp-server-2.7.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"pipedrive-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ckalima/pipedrive-mcp-server"
],
"env": {
"PIPEDRIVE_API_KEY": "<your PIPEDRIVE_API_KEY>",
"PIPEDRIVE_MODE": "<your PIPEDRIVE_MODE>",
"PIPEDRIVE_ENABLE_DESTRUCTIVE": "<your PIPEDRIVE_ENABLE_DESTRUCTIVE>",
"PIPEDRIVE_IMAGE_BASE_DIR": "<your PIPEDRIVE_IMAGE_BASE_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ckalima/pipedrive-mcp-server/releases/download/v2.7.0/pipedrive-mcp-server-2.7.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"pipedrive-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ckalima/pipedrive-mcp-server"
],
"env": {
"PIPEDRIVE_API_KEY": "<your PIPEDRIVE_API_KEY>",
"PIPEDRIVE_MODE": "<your PIPEDRIVE_MODE>",
"PIPEDRIVE_ENABLE_DESTRUCTIVE": "<your PIPEDRIVE_ENABLE_DESTRUCTIVE>",
"PIPEDRIVE_IMAGE_BASE_DIR": "<your PIPEDRIVE_IMAGE_BASE_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ckalima/pipedrive-mcp-server/releases/download/v2.7.0/pipedrive-mcp-server-2.7.0.mcpb` — install it through your client’s extension manager.
{
"servers": {
"pipedrive-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ckalima/pipedrive-mcp-server"
],
"env": {
"PIPEDRIVE_API_KEY": "<your PIPEDRIVE_API_KEY>",
"PIPEDRIVE_MODE": "<your PIPEDRIVE_MODE>",
"PIPEDRIVE_ENABLE_DESTRUCTIVE": "<your PIPEDRIVE_ENABLE_DESTRUCTIVE>",
"PIPEDRIVE_IMAGE_BASE_DIR": "<your PIPEDRIVE_IMAGE_BASE_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ckalima/pipedrive-mcp-server/releases/download/v2.7.0/pipedrive-mcp-server-2.7.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"pipedrive-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ckalima/pipedrive-mcp-server"
],
"env": {
"PIPEDRIVE_API_KEY": "<your PIPEDRIVE_API_KEY>",
"PIPEDRIVE_MODE": "<your PIPEDRIVE_MODE>",
"PIPEDRIVE_ENABLE_DESTRUCTIVE": "<your PIPEDRIVE_ENABLE_DESTRUCTIVE>",
"PIPEDRIVE_IMAGE_BASE_DIR": "<your PIPEDRIVE_IMAGE_BASE_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ckalima/pipedrive-mcp-server/releases/download/v2.7.0/pipedrive-mcp-server-2.7.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"pipedrive-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ckalima/pipedrive-mcp-server"
],
"env": {
"PIPEDRIVE_API_KEY": "<your PIPEDRIVE_API_KEY>",
"PIPEDRIVE_MODE": "<your PIPEDRIVE_MODE>",
"PIPEDRIVE_ENABLE_DESTRUCTIVE": "<your PIPEDRIVE_ENABLE_DESTRUCTIVE>",
"PIPEDRIVE_IMAGE_BASE_DIR": "<your PIPEDRIVE_IMAGE_BASE_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ckalima/pipedrive-mcp-server/releases/download/v2.7.0/pipedrive-mcp-server-2.7.0.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ckalima%2Fpipedrive-mcp-server)<a href="https://mcptoplist.com/server/io.github.ckalima%2Fpipedrive-mcp-server"><img src="https://mcptoplist.com/badge/io.github.ckalima%2Fpipedrive-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
ckalima
Available versions (3)
| Version | Published |
|---|---|
| 2.7.0 | Aug 22, 2026 |
| 2.6.0 | Aug 21, 2026 |
| 2.4.0 | Jun 16, 2026 |
Frequently asked questions
- Who maintains Pipedrive CRM?
- Pipedrive CRM is maintained by ckalima, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Pipedrive CRM listed on the Official MCP Registry?
- Yes — Pipedrive CRM is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Pipedrive CRM have?
- MCP Toplist tracks 3 versions of Pipedrive CRM, most recently published on Aug 22, 2026.
- Where can I find the source code for Pipedrive CRM?
- The source code for Pipedrive CRM is hosted at github.com/ckalima/pipedrive-mcp-server.