MCP.so
登录
P

Pipedrive CRM

@ckalima

关于 Pipedrive CRM

MCP server for Pipedrive CRM. 155 tools spanning deals, persons, organizations, activities, products, projects, tasks, leads, notes, mail, and fields.

基本信息

分类

数据与分析

传输方式

stdio

发布者

ckalima

提交者

Chris Kalima

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "pipedrive": {
      "command": "npx",
      "args": [
        "-y",
        "@ckalima/pipedrive-mcp-server"
      ],
      "env": {
        "PIPEDRIVE_API_KEY": "your-40-character-api-key"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Pipedrive CRM?

The Pipedrive CRM MCP server is a local stdio server that provides 155 tools to interact with Pipedrive CRM entities, including deals, persons, organizations, activities, products, projects, tasks, leads, notes, mail, fields, pipelines, stages, boards, phases, and users. It uses your own Pipedrive API key and runs via npx, requiring no third-party routing.

How to use Pipedrive CRM?

Install it by adding the server configuration to your MCP client settings with the command npx -y @ckalima/pipedrive-mcp-server and set the environment variable PIPEDRIVE_API_KEY to your 40-character Pipedrive API token. Obtain the token from Pipedrive under Settings > Personal preferences > API.

Key features of Pipedrive CRM

  • 155 tools covering core Pipedrive entities (deals, persons, organizations, activities, products, projects, tasks, leads, notes, mail, fields, pipelines, stages, boards, phases, users).
  • Local stdio server distributed on npm; no third-party data routing.
  • API-key authentication via the PIPEDRIVE_API_KEY environment variable.
  • Delete/destructive tools are gated behind PIPEDRIVE_ENABLE_DESTRUCTIVE=true and disabled by default.
  • Uses Pipedrive API v2 where available, with v1 fallback for notes, mail, users, and leads CRUD.
  • Written in TypeScript, requires Node.js >= 20, MIT licensed.

Use cases of Pipedrive CRM

  • Manage deals,

评论

数据与分析 分类下的更多 MCP 服务器