MCP.so
ログイン

Pipedrive Mcp Server

@binarapps

Pipedrive Mcp Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

binarapps

投稿者

Maciej Krasowski

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "pipedrive": {
      "command": "node",
      "args": [
        "/path/to/pipedrive-mcp-server/dist/index.js"
      ],
      "env": {
        "PIPEDRIVE_API_KEY": "your-api-token-here"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Pipedrive Mcp Server?

An MCP (Model Context Protocol) server for Pipedrive CRM. It connects AI assistants like Claude Code and Claude Desktop directly to your Pipedrive account, allowing you to manage your CRM with natural language commands. Built by Binar and free to use under the MIT license.

How to use Pipedrive Mcp Server?

Obtain a Pipedrive API token from Settings → Personal preferences → API. Clone the repository, run npm install and npm run build. Then add the server configuration (path to the built dist/index.js and your API key) to either your project’s .mcp.json (for Claude Code) or claude_desktop_config.json (for Claude Desktop). Once configured, you can issue natural language commands to manage your CRM.

Key features of Pipedrive Mcp Server

  • Manage deals: list, create, update, delete, and search
  • Manage persons: list, create, update, delete, and search
  • Manage organizations: list, create, update, delete, and search
  • Manage activities: create, update, mark done, and delete
  • Handle leads, notes, mail threads, and pipelines
  • Access custom fields and user information

Use cases of Pipedrive Mcp Server

  • Review and update sales pipeline stages via chat
  • Manage contacts: find, update, and create persons
  • Track activities: list overdue items, mark tasks done, schedule new ones
  • Query and modify custom fields on any entity
  • Handle deals, leads, notes, and email threads conversationally

FAQ from Pipedrive Mcp Server

What AI assistants can I use with Pipedrive Mcp Server?

Claude Code and Claude Desktop are explicitly supported, as shown in the provided configuration examples.

What do I need to get started?

You need a Pipedrive API token, which you can obtain from Settings → Personal preferences → API in Pipedrive. You also need Node.js to build and run the server.

What CRM entities can I manage?

You can manage deals, persons, organizations, activities, leads, notes, mail threads, pipelines, stages, users, and field metadata (including custom fields).

Is the server open source and free?

Yes, it is released under the MIT license and built by Binar. You can

コメント

「その他」の他のコンテンツ