← Back to Plugins
MCP Server MCP

Pipedrive CRM

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @ckalima/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@ckalima/pipedrive-mcp-server",
      "version": "2.7.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your 40-character Pipedrive API token (Settings > Personal preferences > API).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PIPEDRIVE_API_KEY"
        },
        {
          "description": "Server-enforced capability tier: 'read-only' (reads only), 'safe-write' (reads + non-destructive writes; the default), or 'full' (all tools, including destructive). Out-of-mode tools are hidden from tools/list and refused if called directly. A blank value is treated as unset (defaults to safe-write); an unrecognized value falls back to read-only.",
          "format": "string",
          "name": "PIPEDRIVE_MODE"
        },
        {
          "description": "Legacy flag, superseded by PIPEDRIVE_MODE. When PIPEDRIVE_MODE is unset, 'true' maps to full; otherwise prefer PIPEDRIVE_MODE=full. Still honored for back-compat.",
          "format": "string",
          "name": "PIPEDRIVE_ENABLE_DESTRUCTIVE"
        },
        {
          "description": "Allowlisted directory the server may read product images from when a file_path is passed to the image-upload tools. Filesystem reads are disabled unless this is set, and a file_path must resolve within it.",
          "format": "string",
          "name": "PIPEDRIVE_IMAGE_BASE_DIR"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/ckalima/pipedrive-mcp-server/releases/download/v2.7.0/pipedrive-mcp-server-2.7.0.mcpb",
      "version": "2.7.0",
      "fileSha256": "c6055899217acb71bcd024faad734185f0a929ba22399ac5723f812bc76ffdfe",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...