drio
Open app

Pipedrive MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

Pipedrive MCP Server is a Model Context Protocol (MCP) server that connects to Pipedrive CRM using the official Pipedrive API v2 Node.js client, allowing AI assistants to interact with Pipedrive data.

To use the server, clone the repository, install dependencies, configure environment variables with your Pipedrive API token, and start the server. You can connect various MCP-compatible clients to interact with your Pipedrive data.

  • Full integration with Pipedrive API v2 - MCP-compatible tools for managing deals, persons, organizations, activities, pipelines, notes, and users - Comprehensive error handling and logging
  1. Automating CRM tasks with AI assistants.
  2. Fetching and managing Pipedrive data programmatically.
  3. Integrating Pipedrive with other applications via MCP protocol.

Add to your AI client

Use these steps to connect Pipedrive MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "pipedrive-mcp-server-willdent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pipedrive-mcp-server-willdent"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "pipedrive-mcp-server-willdent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pipedrive-mcp-server-willdent"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "pipedrive-mcp-server-willdent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pipedrive-mcp-server-willdent"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "pipedrive-mcp-server-willdent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pipedrive-mcp-server-willdent"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "pipedrive-mcp-server-willdent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pipedrive-mcp-server-willdent"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "pipedrive-mcp-server-willdent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pipedrive-mcp-server-willdent"
      ]
    }
  }
}

FAQ

What is required to run the server?

You need Node.js 16.x or higher, npm or yarn, and a Pipedrive account with an API token.

Can I use this server with any MCP-compatible client?

Yes! The server is designed to work with any MCP-compatible client, including Claude and Cursor.

Is there a way to test the server?

Yes! You can use the MCP Inspector tool for testing your server's tools and resources.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2751,"uuid":"ef7b1e14-e650-470c-bd52-4bc088e4d6d2","name":"pipedrive-mcp-server","title":"Pipedrive MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/753691?v=4","created_at":"2025-03-14T00:59:29.8+00:00","updated_at":"2025-03-14T01:45:02.193+00:00","status":"created","author_name":"WillDent","author_avatar_url":"https://avatars.githubusercontent.com/u/753691?v=4","tags":"pipedrive,mcp-server,api-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/WillDent/pipedrive-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-13 16:52:53\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]