Pipedrive MCP Server
UnclaimedMCP server for Pipedrive CRM. 155 contract-tested tools, v2-first API, gated destructive ops. Works with Claude Desktop, Claude Code, and any MCP client.
Install
npx -y @ckalima/pipedrive-mcp-server initUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (40)
pipedrive_add_deal_discount
Add an additional discount to a deal.
pipedrive_add_deal_follower
Add a follower to a deal.
pipedrive_add_deal_product
Attach a single product as a line item to a deal.
pipedrive_add_organization_follower
Add a follower to an organization.
pipedrive_add_person_follower
Add a follower to a person.
pipedrive_bulk_add_deal_products
Bulk-add up to 100 line-item products to a deal in one request.
pipedrive_create_activity
Create a new activity in Pipedrive. Subject and type are required.
pipedrive_create_deal
Create a new deal in Pipedrive. Only title is required; all other fields are optional.
pipedrive_create_organization
Create a new organization in Pipedrive. Only name is required.
pipedrive_create_person
Create a new person (contact) in Pipedrive. Only name is required.
pipedrive_get_activity
Get detailed information about a specific activity by ID.
pipedrive_get_deal
Get detailed information about a specific deal by ID, including all standard and custom fields.
pipedrive_get_deal_conversion_status
Get the status of a deal-to-lead conversion job. Status contract: 'completed' (terminal, carries leadid), 'failed'/'rejected' (terminal, stop polling, no lead produced), 'notstarted'/'running' (in-progress, re-poll). Only 'completed' carries leadid, and conversion status is purged after a few days,
pipedrive_get_deal_followers_changelog
Get the followers changelog for a deal.
pipedrive_get_note
Get detailed information about a specific note by ID.
pipedrive_get_organization
Get detailed information about a specific organization by ID.
pipedrive_get_organization_followers_changelog
Get the followers changelog for an organization.
pipedrive_get_person
Get detailed information about a specific person by ID.
pipedrive_get_person_followers_changelog
Get the followers changelog for a person.
pipedrive_get_person_picture
Get the picture for a person (read-only; returns picture metadata and sized image URLs). Returns an error if the person has no picture.
pipedrive_list_activities
List activities from Pipedrive with optional filtering by owner, deal, person, organization, type, or completion status.
pipedrive_list_archived_deals
List archived deals with the same filtering as the active deals list (owner, person, organization, pipeline, stage, status). Returns paginated results.
pipedrive_list_deal_discounts
List all additional discounts applied to a deal.
pipedrive_list_deal_followers
List all followers for a deal.
pipedrive_list_deal_products
List line-item products attached to a deal. Returns paginated results.
pipedrive_list_deals
List deals from Pipedrive with optional filtering by owner, person, organization, pipeline, stage, or status. Returns paginated results.
pipedrive_list_notes
List notes from Pipedrive with optional filtering by deal, person, organization, or lead.
pipedrive_list_organization_followers
List all followers for an organization.
pipedrive_list_organizations
List organizations from Pipedrive with optional filtering by owner or first letter of name.
pipedrive_list_person_followers
List all followers for a person.
pipedrive_list_persons
List persons (contacts) from Pipedrive with optional filtering by owner, organization, or first letter of name.
pipedrive_search_deals
Search for deals by text in title. Supports fuzzy matching by default.
pipedrive_search_organizations
Search for organizations by name or address.
pipedrive_search_persons
Search for persons by name, email, or phone number.
pipedrive_update_activity
Update an existing activity in Pipedrive. Use this to mark activities as done.
pipedrive_update_deal
Update an existing deal in Pipedrive. Specify the deal ID and any fields to update.
pipedrive_update_deal_discount
Update an additional discount on a deal. All fields except IDs are optional.
pipedrive_update_deal_product
Update a line-item product attached to a deal. All body fields optional.
pipedrive_update_organization
Update an existing organization in Pipedrive.
pipedrive_update_person
Update an existing person in Pipedrive.