willdent_pipedrive_mcp_server

willdent_pipedrive_mcp_server

by WillDent

Resources

Skip to content

You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert

WillDent / pipedrive-mcp-server Public

1 star
1 fork
Branches
Tags
Activity

Star

Notifications
You must be signed in to change notification settings

WillDent/pipedrive-mcp-server

main

1 Branch
1 Tag


Go to file

Code

Folders and files

| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------

WillDent
WillDent

1.0.2

Mar 27, 2025

9e804f9
 · Mar 27, 2025

History
-------

5 Commits

| | |
| src | | src | Update to version 1.0.1 with improved API integration | Mar 27, 2025 |
| .gitignore | | .gitignore | Update to version 1.0.1 with improved API integration | Mar 27, 2025 |
| env-sample.txt | | env-sample.txt | Update package configuration and environment setup for MCP server | Mar 27, 2025 |
| package-lock.json | | package-lock.json | 1.0.2 | Mar 27, 2025 |
| package.json | | package.json | 1.0.2 | Mar 27, 2025 |
| readme.md | | readme.md | Update to version 1.0.1 with improved API integration | Mar 27, 2025 |
| tsconfig.json | | tsconfig.json | Update to version 1.0.1 with improved API integration | Mar 27, 2025 |
| View all files | | |

Repository files navigation

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

  1. Clone this repository
  2. Install dependencies:

    npm install
    
  3. Create a .env file in the root directory with your Pipedrive API token:

    PIPEDRIVE_API_TOKEN=your_api_token_here
    
  4. Build the project:

    npm run build
    
  5. Start the server:

    npm start
    

Using with Claude

To use this server with Claude for Desktop:

  1. 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"
      }
    }
  }
}
  1. Restart Claude for Desktop
  2. 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 term
  • get-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 term
  • get-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 term
  • get-pipelines: Get all pipelines from Pipedrive
  • get-pipeline: Get a specific pipeline by ID
  • get-stages: Get all stages from all pipelines
  • search-leads: Search leads by term
  • search-all: Search across all item types (deals, persons, organizations, etc.)

Available Prompts

  • list-all-deals: List all deals in Pipedrive
  • list-all-persons: List all persons in Pipedrive
  • list-all-pipelines: List all pipelines in Pipedrive
  • analyze-deals: Analyze deals by stage
  • analyze-contacts: Analyze contacts by organization
  • analyze-leads: Analyze leads by status
  • compare-pipelines: Compare different pipelines and their stages
  • find-high-value-deals: Find high-value deals

License

MIT

About

No description, website, or topics provided.

Resources

Readme

Activity

Stars

1 star

Watchers

1 watching

Forks

1 fork

Report repository

Releases


1 tags

Packages 0


No packages published

Languages

You can’t perform that action at this time.

Features & Capabilities

Categories
mcp_server model_context_protocol

Implementation Details

Stats

0 Views
0 Favorites
1 GitHub Stars

Repository Info

WillDent Organization

Similar Servers

continuedev_continue by continuedev
0
0
0