Pipedrive Leads Connector for AI agents.
7 live capabilities
Manage your sales pipeline and lead inbox through a conversational CRM interface.
Waiting for input…
Why people use Pipedrive Leads
Pipedrive Leads for Automated CRM Data Entry
This Connector turns that into a single sentence. You just tell your agent to 'Create a lead for the person who just emailed,' and it happens. You get a clean CRM and more time to actually talk to your customers.
What Vinkius changes
You get a conversational interface for your entire Pipedrive CRM without ever leaving your chat app.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
SDR creating a lead
An SDR gets a new lead from an email and asks the agent to 'Create a lead for John Doe at Acme Corp with the source Web Form'.
- Real-world use case 02
Sales Manager checking status
A manager asks 'What is the status of the Acme Corp deal?
- Real-world use case 03
RevOps cleaning data
A RevOps person asks the agent to 'Update all leads from the Trade Show source to have the Hot label'.
Complete set · 7capabilities
The complete Pipedrive Leads capability set.
These are the exact actions your AI can choose when you ask it to work with Pipedrive Leads.
01—04
4 capabilities in this set.
Part of 7 available through Pipedrive Leads.
- 01 Capability
Pd delete lead
Use pd_delete_lead to remove a lead from your CRM when it is no longer relevant. Use this to keep your database clean.
- 02 Capability
Pd create lead
Use pd_create_lead to add a brand new lead to your Pipedrive account. This saves you from manual entry when you find a new prospect.
- 03 Capability
Pd get lead
Use pd_get_lead to pull up all the specific details for a single lead. This is great for quickly reviewing a contact before a call.
- 04 Capability
Pd lead labels
Use pd_lead_labels to view the different labels available for your leads. This helps you categorize prospects quickly.
05—07
3 capabilities in this set.
Part of 7 available through Pipedrive Leads.
- 05 Capability
Pd list leads
Use pd_list_leads to see a list of all leads currently sitting in your inbox. It lets you check your queue at a glance.
- 06 Capability
Pd lead sources
Use pd_lead_sources to check the different sources where your leads are coming from. Use this to see where your best prospects originate.
- 07 Capability
Pd update lead
Use pd_update_lead to modify the details of an existing lead record. You can change names, phone numbers, or status easily.
Set up in minutes
One URL. Then ask Pipedrive Leads to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Pipedrive Leads from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MKAh5hLUPIZyEOsYXkssZ2SG4AxT79ysfefcPldW/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Pipedrive Leads, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Pipedrive Leads for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MKAh5hLUPIZyEOsYXkssZ2SG4AxT79ysfefcPldW/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Pipedrive Leads URL.
- Step 03
Save and start
Save the connection and enable Pipedrive Leads in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pipedrive-leads": {
"url": "https://edge.vinkius.com/vk_preview_MKAh5hLUPIZyEOsYXkssZ2SG4AxT79ysfefcPldW/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Pipedrive Leads
Open Agent mode in chat and ask: "Using Pipedrive Leads, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pipedrive-leads": {
"url": "https://edge.vinkius.com/vk_preview_MKAh5hLUPIZyEOsYXkssZ2SG4AxT79ysfefcPldW/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Pipedrive Leads
Ask Copilot: "Using Pipedrive Leads, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pipedrive-leads": {
"url": "https://edge.vinkius.com/vk_preview_MKAh5hLUPIZyEOsYXkssZ2SG4AxT79ysfefcPldW/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Pipedrive Leads
Open Cascade and ask: "Using Pipedrive Leads, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pipedrive-leads": {
"url": "https://edge.vinkius.com/vk_preview_MKAh5hLUPIZyEOsYXkssZ2SG4AxT79ysfefcPldW/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Pipedrive Leads
Ask Cline: "Using Pipedrive Leads, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pipedrive-leads --transport http "https://edge.vinkius.com/vk_preview_MKAh5hLUPIZyEOsYXkssZ2SG4AxT79ysfefcPldW/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Pipedrive Leads
Ask Claude: "Using Pipedrive Leads, show me...". 7 tools are ready
Where the request belongs
Work Pipedrive can move forward.
This is for sales teams who are tired of manual data entry and want to spend more time talking to prospects and less time clicking through CRM fields.
SDR
Creating leads and scheduling activities quickly during high-volume outreach.
Sales Manager
Getting a quick overview of deal stages and pipeline health through simple questions.
RevOps Specialist
Updating lead sources and labels across the CRM to ensure clean data reporting.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPipedrive Products
Manage your product catalog and attach products to deals in Pipedrive.
Pipedrive Contacts
Search, create, and manage Pipedrive persons and organizations. full contact lifecycle management through natural conversation.
Pipedrive Activities
Create and manage calls, meetings, tasks, emails, and deadlines. full activity tracking for your Pipedrive account.
Pipeliner
Manage sales pipelines and opportunities via Pipeliner CRM. list leads, track deals, and monitor activities directly from any AI agent.
Pipedrive CRM (Full)
Manage deals, contacts, organizations, activities, notes, and pipelines. complete Pipedrive CRM access through natural conversation.
Pipedrive
Automate sales CRM via Pipedrive. manage deals, persons, and activities directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Pipedrive connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Pipedrive.
The practical details behind the request, access and result.
Can the Pipedrive Leads MCP create new leads for me?
Yes, it lets your AI agent create new records in Pipedrive using natural language. You can just describe the new lead to your agent, and it handles the data entry for you.
How does the Pipedrive Leads MCP help with my sales pipeline?
It gives your agent visibility into your deals. You can ask for summaries of specific accounts or see what stages your deals are currently in without opening the CRM.
Can I use the Pipedrive Leads MCP to schedule meetings?
Yes, you can create call activities and meetings directly through your chat. Your agent will log these into Pipedrive as tasks or events for your team.
Will the Pipedrive Leads MCP update my existing contacts?
Yes, it can modify lead details like phone numbers, emails, and status labels. This keeps your CRM data current as your conversations progress.
Is the Pipedrive Leads MCP good for SDRs?
It is a great capability for SDRs who need to move quickly. It allows you to create leads and log activities during high-volume outreach without ever leaving your primary workspace.
How do I see my lead sources with the Pipedrive Leads MCP?
You can ask your agent to list your lead sources. This helps you see where your best prospects are coming from and helps keep your CRM data organized.
What Pipedrive data can I access?
Deals, Persons, Organizations, Activities, Notes, and Pipelines. All data respects your Pipedrive permissions.
Can I create and update records?
Yes! Create and update deals, contacts, activities, and notes. all through natural conversation.
How does authentication work?
Uses your personal Pipedrive API token. Find it in Settings > Personal preferences > API. No OAuth flow needed.
One connection away
Give your agent a direct line to Pipedrive.
Connect Pipedrive once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available