- Explore MCP Servers
- pipedrive-mcp-server
Pipedrive Mcp Server
What is Pipedrive Mcp Server
The pipedrive-mcp-server is a Model Context Protocol (MCP) server that connects to Pipedrive CRM using the official Pipedrive API v2 Node.js client. It enables AI assistants to interact with Pipedrive data through the MCP protocol.
Use cases
Use cases include automating sales processes, managing customer data, integrating AI assistants for enhanced data interaction, and streamlining workflows within Pipedrive.
How to use
To use pipedrive-mcp-server, clone the repository, install dependencies, configure environment variables, and start the server. You can connect it to AI assistants like Claude by configuring the appropriate settings in their configuration files.
Key features
Key features include full integration with Pipedrive API v2, MCP-compatible tools and resources for accessing Pipedrive data, and comprehensive error handling and logging.
Where to use
Pipedrive-mcp-server can be used in sales and customer relationship management (CRM) environments, particularly for businesses utilizing Pipedrive as their CRM solution.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Pipedrive Mcp Server
The pipedrive-mcp-server is a Model Context Protocol (MCP) server that connects to Pipedrive CRM using the official Pipedrive API v2 Node.js client. It enables AI assistants to interact with Pipedrive data through the MCP protocol.
Use cases
Use cases include automating sales processes, managing customer data, integrating AI assistants for enhanced data interaction, and streamlining workflows within Pipedrive.
How to use
To use pipedrive-mcp-server, clone the repository, install dependencies, configure environment variables, and start the server. You can connect it to AI assistants like Claude by configuring the appropriate settings in their configuration files.
Key features
Key features include full integration with Pipedrive API v2, MCP-compatible tools and resources for accessing Pipedrive data, and comprehensive error handling and logging.
Where to use
Pipedrive-mcp-server can be used in sales and customer relationship management (CRM) environments, particularly for businesses utilizing Pipedrive as their CRM solution.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Pipedrive MCP Server
This is a Model Context Protocol (MCP) server that connects to the Pipedrive API v2. It allows you to expose Pipedrive data and functionality to LLM applications like Claude.
Features
- Read-only access to Pipedrive data
- Exposes deals, persons, organizations, and pipelines
- Includes all fields including custom fields
- Predefined prompts for common operations
Setup
- Clone this repository
- Install dependencies:
npm install - Create a
.envfile in the root directory with your Pipedrive API token:PIPEDRIVE_API_TOKEN=your_api_token_here - Build the project:
npm run build - Start the server:
npm start
Using with Claude
To use this server with Claude for Desktop:
- Configure Claude for Desktop by editing your
claude_desktop_config.json:
{
"mcpServers": {
"pipedrive": {
"command": "node",
"args": [
"/path/to/pipedrive-mcp-server/build/index.js"
],
"env": {
"PIPEDRIVE_API_TOKEN": "your_api_token_here"
}
}
}
}
- Restart Claude for Desktop
- In the Claude application, you should now see the Pipedrive tools available
Available Tools
get-deals: Get all deals from Pipedrive (including custom fields)get-deal: Get a specific deal by ID (including custom fields)search-deals: Search deals by termget-persons: Get all persons from Pipedrive (including custom fields)get-person: Get a specific person by ID (including custom fields)search-persons: Search persons by termget-organizations: Get all organizations from Pipedrive (including custom fields)get-organization: Get a specific organization by ID (including custom fields)search-organizations: Search organizations by termget-pipelines: Get all pipelines from Pipedriveget-pipeline: Get a specific pipeline by IDget-stages: Get all stages from all pipelinessearch-leads: Search leads by termsearch-all: Search across all item types (deals, persons, organizations, etc.)
Available Prompts
list-all-deals: List all deals in Pipedrivelist-all-persons: List all persons in Pipedrivelist-all-pipelines: List all pipelines in Pipedriveanalyze-deals: Analyze deals by stageanalyze-contacts: Analyze contacts by organizationanalyze-leads: Analyze leads by statuscompare-pipelines: Compare different pipelines and their stagesfind-high-value-deals: Find high-value deals
License
MIT
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










