Model Context Protocol

Pipedrive MCP Server

Sales Pipeline Automation via Model Context Protocol

Connect Pipedrive to your AI agents to manage deals, persons, and organizations. This managed MCP server provides full CRUD access to your Pipedrive CRM using natural language.

Pipedrive MCP transforms your CRM from a static database into an active sales assistant. Instead of clicking through stages, you can tell your AI: 'Create a $5,000 deal for Acme Corp in the Discovery stage and schedule a follow-up call for next Tuesday.' The AI executes these steps instantly, ensuring your pipeline is always accurate and your follow-ups are never missed.

  • Manage sales pipelines via natural language commands
  • AI-driven activity scheduling and follow-up
  • Sync Pipedrive context with Slack, Gmail, and Notion
  • Reduce manual data entry for sales teams by 85%
mcp-config.json
{
  "mcpServers": {
    "pipedrive": {
      "command": "npx",
      "args": [
  "-y",
  "@vinkius/pipedrive-mcp"
],
      "env": {
        "PIPEDRIVE_API_TOKEN": "your_pipedrive_api_token",
        "PIPEDRIVE_DOMAIN": "your_pipedrive_domain"
      }
    }
  }
}
Real-World Automation

Common Workflows

See how teams combine this MCP with other tools to automate real business processes.

Smart Deal Creation

Scenario: An AI-powered lead bot identifies a prospect. It creates the Pipedrive deal and person record automatically.
Steps:
  1. Lead bot identifies prospect name and potential deal value
  2. Pipedrive MCP creates the Person record
  3. Pipedrive MCP creates the Deal and links it to the Person
  4. AI schedules a 'Discovery Call' activity in Pipedrive
Outcome: New opportunities land in Pipedrive without human intervention. Sales reps start their day with a ready-to-work pipeline.
Protocol Definition

Available Tools — In Depth

Detailed reference for each tool exposed by this MCP server, with examples and related use cases.

pd_add_deal

Create a new deal in a specific pipeline and stage

get_deals

Retrieve deals with filtering and sorting options

pd_create_person

Add a new person/contact to the CRM

pd_create_activity

Schedule a new activity (call, meeting, task)

pd_create_note

Add a note to a deal, person, or organization

search_deals

Search for deals using keywords across all fields

Setup Guide

Configuration & Best Practices

Setup Checklist

  • PIPEDRIVE_API_TOKEN (required)
    Found in Pipedrive: Settings → Personal preferences → API.
  • PIPEDRIVE_DOMAIN (required)
    Your company subdomain (e.g., 'acme-corp.pipedrive.com').
Rate limit: 10,000 to 40,000 requests per rolling 24-hour window depending on plan.

When to Use Pipedrive MCP Server vs. Alternatives

Use This MCP When:

  • You need AI-native access via natural language
  • Your workflows span multiple tools (MCP composability)
  • You prefer cloud hosting over local Docker
  • You want zero-config deployment with ClawFast
  • Your use case requires LLMs to reason and act autonomously

Consider Alternatives When:

  • You need bulk data sync (use native export/import)
  • Real-time streaming is critical (use native webhooks)
  • You have strict compliance requiring direct API audit logs
  • Your integration is a one-off script (direct SDK may be simpler)
  • You need features not yet exposed by this MCP server
FAQ

Common Questions About Pipedrive MCP Server

No additional FAQs for this MCP yet.

Technical Specifications

Protocol
SSE (Server-Sent Events)
Transport
HTTPS (TLS 1.3)
Authentication
Personal API Token
Typical Latency
200-500ms
Hosting
ClawFast managed cloud

Why Managed MCP?

Model Context Protocol (MCP) is the new standard for AI connectivity. While you can host servers locally, ClawFast provides a production-grade managed environment.

  • 24/7 Availability: No need to keep your local machine running.
  • Secure Secrets: API keys are encrypted at rest and never exposed to logs.
  • SSE Protocol: Native Server-Sent Events (SSE) support for cloud-to-cloud connectivity.
  • Zero Config: One-click deployment with pre-configured templates.

Looking for more ways to use Pipedrive MCP Server?

Explore our high-level integration page for Pipedrive MCP Server to see business use cases and ready-to-use AI agent templates.

View Pipedrive MCP Server Integrations →

Connect Pipedrive MCP Server to your AI stack today

Deploy your managed MCP server in under 60 seconds.