Pipedrive Products Connector for AI agents.
7 live capabilities
Manage your product catalog and sales deals directly.
Waiting for input…
Why people use Pipedrive Products
Pipedrive Products for faster sales catalog management
With this Connector, that manual work disappears. You can ask your agent to find a product, update its price, or add it to a deal directly from your chat. You get a unified workflow where your CRM data is just a few words away.
What Vinkius changes
You can manage your entire sales inventory through a conversation instead of a dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Building a quote during a live call
An SDR needs to add a specific hardware bundle to a deal while talking to a lead.
- Real-world use case 02
Updating pricing mid-negotiation
A Sales Rep realizes a price needs to change for a custom order.
- Real-world use case 03
Reviewing deal composition
A Sales Manager wants to see the total value of a high-ticket deal.
Complete set · 7capabilities
The complete Pipedrive Products capability set.
These are the exact actions your AI can choose when you ask it to work with Pipedrive Products.
01—04
4 capabilities in this set.
Part of 7 available through Pipedrive Products.
- 01 Capability
Pd add product to deal
Attach a specific product to a deal with a set quantity and price for line-item tracking. This ensures your deal totals stay accurate.
- 02 Capability
Pd create product
Create a new product in your Pipedrive catalog with a name, SKU, unit type, and tax rate. This helps you keep your catalog fresh without manual data entry.
- 03 Capability
Pd get product
Pull every detail for a specific product, including custom fields and multi-currency pricing. It's the best way to verify deep product specs.
- 04 Capability
Pd list products
Get a full list of all products in your catalog to check prices and active status. It's perfect for a quick inventory audit.
05—07
3 capabilities in this set.
Part of 7 available through Pipedrive Products.
- 05 Capability
Pd search products
Find a product by its name to get its ID and pricing before adding it to a quote. You won't have to hunt through your entire catalog.
- 06 Capability
Pd update product
Change the name, SKU, or pricing of an existing product in your catalog. Use this to keep your pricing current as your business evolves.
- 07 Capability
Pd deal products
See every product currently attached to a specific deal along with totals and discounts. Use this to review a deal's composition before it closes.
Set up in minutes
One URL. Then ask Pipedrive Products to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Pipedrive Products 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_BKVZB6TlnSmDa0xnlIVaGbtqWmvlq6b6y6zY5pnb/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 Products, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Pipedrive Products for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BKVZB6TlnSmDa0xnlIVaGbtqWmvlq6b6y6zY5pnb/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 Products URL.
- Step 03
Save and start
Save the connection and enable Pipedrive Products in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pipedrive-products": {
"url": "https://edge.vinkius.com/vk_preview_BKVZB6TlnSmDa0xnlIVaGbtqWmvlq6b6y6zY5pnb/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 Products
Open Agent mode in chat and ask: "Using Pipedrive Products, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pipedrive-products": {
"url": "https://edge.vinkius.com/vk_preview_BKVZB6TlnSmDa0xnlIVaGbtqWmvlq6b6y6zY5pnb/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 Products
Ask Copilot: "Using Pipedrive Products, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pipedrive-products": {
"url": "https://edge.vinkius.com/vk_preview_BKVZB6TlnSmDa0xnlIVaGbtqWmvlq6b6y6zY5pnb/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 Products
Open Cascade and ask: "Using Pipedrive Products, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pipedrive-products": {
"url": "https://edge.vinkius.com/vk_preview_BKVZB6TlnSmDa0xnlIVaGbtqWmvlq6b6y6zY5pnb/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 Products
Ask Cline: "Using Pipedrive Products, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pipedrive-products --transport http "https://edge.vinkius.com/vk_preview_BKVZB6TlnSmDa0xnlIVaGbtqWmvlq6b6y6zY5pnb/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 Products
Ask Claude: "Using Pipedrive Products, 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 constantly switching between their chat apps and their CRM to verify product details.
Sales Rep
Uses this to quickly add products to deals while on a call with a customer.
SDR
Uses this to create new leads and attach standard starter kits to them instantly.
Sales Manager
Uses this to check deal compositions and total values across the whole team.
RevOps
Uses this to audit product pricing and tax rates across the entire catalog.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPipedrive
Automate sales CRM via Pipedrive. manage deals, persons, and activities directly from any AI agent.
Pipedrive Activities
Create and manage calls, meetings, tasks, emails, and deadlines. full activity tracking for your Pipedrive account.
Pipedrive Deals
Deep deal management. search, create, update, delete deals with pipeline tracking, timeline analysis, and participant management.
Pipedrive CRM (Full)
Manage deals, contacts, organizations, activities, notes, and pipelines. complete Pipedrive CRM access through natural conversation.
Pipeline CRM
Manage sales and contacts via Pipeline CRM. list deals, track people, and monitor tasks directly from any AI agent.
Pipedrive Leads
Manage your Pipedrive lead inbox. create, update, and organize leads with labels and sources before they become deals.
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 Products MCP help me build quotes?
Yes, it lets you find products and add them to specific deals with quantities and prices. Your agent can build out the line items for you in a conversation.
How do I update my prices using the Pipedrive Products MCP?
You can just tell your agent which product needs a price change. It will find the item in your catalog and update the pricing for you instantly.
Can I see what's in a deal with the Pipedrive Products MCP?
Absolutely. You can ask your agent to list all products attached to a specific deal, and it will show you the quantities, prices, and total values.
Does the Pipedrive Products MCP support custom fields?
Yes, it can pull complete product data, which includes any custom fields you've set up in your Pipedrive catalog.
Can I create new products in my catalog with this Connector?
Yes, you can create new products by telling your agent the name, SKU, unit type, and tax rate. It will add them to your catalog automatically.
How does the Pipedrive Products MCP handle different currencies?
It retrieves the pricing data exactly as it is stored in your Pipedrive account, including any multi-currency pricing you've configured.
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