← Back to browse

Pipedrive CRM

Indexed by io.github.ckalima

About

MCP server for Pipedrive CRM. 155 tools for deals, persons, organizations, activities, and more.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPIPEDRIVE_API_KEY PIPEDRIVE_MODE PIPEDRIVE_ENABLE_DESTRUCTIVE PIPEDRIVE_IMAGE_BASE_DIR
Claude Code
claude mcp add --env PIPEDRIVE_API_KEY= --env PIPEDRIVE_MODE= --env PIPEDRIVE_ENABLE_DESTRUCTIVE= --env PIPEDRIVE_IMAGE_BASE_DIR= pipedrive-mcp-server -- npx @ckalima/pipedrive-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"pipedrive-mcp-server","command":"npx","args":["@ckalima/pipedrive-mcp-server"],"env":{"PIPEDRIVE_API_KEY":"","PIPEDRIVE_MODE":"","PIPEDRIVE_ENABLE_DESTRUCTIVE":"","PIPEDRIVE_IMAGE_BASE_DIR":""}}'
JSON
{
  "mcpServers": {
    "pipedrive-mcp-server": {
      "command": "npx",
      "args": [
        "@ckalima/pipedrive-mcp-server"
      ],
      "env": {
        "PIPEDRIVE_API_KEY": "",
        "PIPEDRIVE_MODE": "",
        "PIPEDRIVE_ENABLE_DESTRUCTIVE": "",
        "PIPEDRIVE_IMAGE_BASE_DIR": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.