Skip to content

Pipedrive CRM for Grok

io.github.ckalima/pipedrive-mcp-server

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

client:Grok transport:stdio runtime:npm

Install Pipedrive CRM in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pipedrive-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ckalima/pipedrive-mcp-server"
      ],
      "env": {
        "PIPEDRIVE_API_KEY": "<PIPEDRIVE_API_KEY>",
        "PIPEDRIVE_MODE": "<PIPEDRIVE_MODE>",
        "PIPEDRIVE_ENABLE_DESTRUCTIVE": "<PIPEDRIVE_ENABLE_DESTRUCTIVE>",
        "PIPEDRIVE_IMAGE_BASE_DIR": "<PIPEDRIVE_IMAGE_BASE_DIR>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Pipedrive CRM in other clients