MCP.so
ログイン
P

Pipedrive MCP Server by CData

@CDataSoftware

Pipedrive MCP Server by CData について

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Pipedrive (beta): https://www.cdata.com/download/download.aspx?sku=KDZK-V&type=beta

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

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

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\pipedrive.prp"
      ]
    }
  }
}

ツール

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

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

概要

What is Pipedrive MCP Server by CData?

Pipedrive MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows large language models (like Claude Desktop) to query live data from Pipedrive. It wraps the CData JDBC Driver for Pipedrive, exposing Pipedrive data as relational SQL models that LLMs can query with natural language questions—no SQL required.

How to use Pipedrive MCP Server by CData?

Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for Pipedrive, and configure a .prp file with your connection string. Then add the server to your Claude Desktop configuration (claude_desktop_config.json) using the java -jar command with the JAR and .prp file. The server uses stdio transport, so it must run on the same machine as the client.

Key features of Pipedrive MCP Server by CData

  • Read-only access to Pipedrive data via MCP
  • Exposes Pipedrive as relational SQL models
  • Natural language querying by LLMs
  • Built-in tools: get_tables, get_columns, and run_query
  • Works with any MCP client that supports stdio
  • Supports OAuth authentication for Pipedrive

Use cases of Pipedrive MCP Server by CData

  • Querying Pipedrive deals, contacts, and activities via Claude Desktop
  • Answering natural language questions about sales pipelines
  • Analyzing live Pipedrive data without writing SQL
  • Integrating Pipedrive data into AI-driven reporting workflows

FAQ from Pipedrive MCP Server by CData

What is the difference between this server and the CData MCP Server for Pipedrive (beta)?

This server is read-only. The full CData MCP Server for Pipedrive (beta) supports read, write, update, delete, and action capabilities with a simplified setup.

What are the runtime requirements?

Java (to run the JAR), Maven (to build the project), and the CData JDBC Driver for Pipedrive (must be downloaded and licensed separately).

How do I configure the connection to Pipedrive?

Use the CData JDBC Driver’s connection string utility (java -jar cdata.jdbc.pipedrive.jar), test the connection, copy the resulting JDBC URL, and place it in a .prp file along with driver path, driver class, and other properties.

What transport does the server use?

The server uses stdio transport, so it can only be used with clients running on the same machine.

Does the server support OAuth?

Yes, the JDBC connection string can include InitiateOAuth=GETANDREFRESH to handle OAuth authentication via a browser prompt during setup.

コメント

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