MCP.so
Sign In
P

Pipedrive CRM

@ckalima

About Pipedrive CRM

MCP server for Pipedrive CRM. 155 tools spanning deals, persons, organizations, activities, products, projects, tasks, leads, notes, mail, and fields.

Basic information

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "pipedrive": {
      "command": "npx",
      "args": [
        "-y",
        "@ckalima/pipedrive-mcp-server"
      ],
      "env": {
        "PIPEDRIVE_API_KEY": "your-40-character-api-key"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Pipedrive CRM?

The Pipedrive CRM MCP server is a local stdio server that provides 155 tools to interact with Pipedrive CRM entities, including deals, persons, organizations, activities, products, projects, tasks, leads, notes, mail, fields, pipelines, stages, boards, phases, and users. It uses your own Pipedrive API key and runs via npx, requiring no third-party routing.

How to use Pipedrive CRM?

Install it by adding the server configuration to your MCP client settings with the command npx -y @ckalima/pipedrive-mcp-server and set the environment variable PIPEDRIVE_API_KEY to your 40-character Pipedrive API token. Obtain the token from Pipedrive under Settings > Personal preferences > API.

Key features of Pipedrive CRM

  • 155 tools covering core Pipedrive entities (deals, persons, organizations, activities, products, projects, tasks, leads, notes, mail, fields, pipelines, stages, boards, phases, users).
  • Local stdio server distributed on npm; no third-party data routing.
  • API-key authentication via the PIPEDRIVE_API_KEY environment variable.
  • Delete/destructive tools are gated behind PIPEDRIVE_ENABLE_DESTRUCTIVE=true and disabled by default.
  • Uses Pipedrive API v2 where available, with v1 fallback for notes, mail, users, and leads CRUD.
  • Written in TypeScript, requires Node.js >= 20, MIT licensed.

Use cases of Pipedrive CRM

  • Manage deals,

Comments

More Data & Analytics MCP servers