McpMux
Back to Registry

Pipedrive (npx) MCP Server

Community

Contributed by iamsamuelfraga

Connect to Pipedrive CRM to manage deals, persons, organizations, activities, pipelines, notes, files, and custom fields. Exposes 100+ tools with optional read-only safety mode.

About the Pipedrive (npx) MCP Server

The Pipedrive (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to Pipedrive CRM to manage deals, persons, organizations, activities, pipelines, notes, files, and custom fields. Exposes 100+ tools with optional read-only safety mode. This is a community-contributed MCP server by iamsamuelfraga.

Install the Pipedrive (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@iamsamuelfraga/mcp-pipedrive"
  ],
  "env": {
    "PIPEDRIVE_API_TOKEN": "${input:PIPEDRIVE_API_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "PIPEDRIVE_API_TOKEN",
        "label": "Pipedrive API Token",
        "description": "Your Pipedrive personal API token. Used to authenticate all CRM operations.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "********************************",
        "obtain": {
          "url": "https://app.pipedrive.com/settings/api",
          "instructions": "1. Sign in to Pipedrive\n2. Go to Settings > Personal preferences > API\n3. Copy your personal API token",
          "button_label": "Get API Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
ToolsResourcesPrompts

Categories

Tags

pipedrivecrmsalesdealscontactspipeline

Supported AI Clients

The Pipedrive (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Pipedrive (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.