Pipedrive Mcp Server
@binarapps
关于 Pipedrive Mcp Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pipedrive": {
"command": "node",
"args": [
"/path/to/pipedrive-mcp-server/dist/index.js"
],
"env": {
"PIPEDRIVE_API_KEY": "your-api-token-here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Pipedrive Mcp Server?
An MCP (Model Context Protocol) server for Pipedrive CRM. It connects AI assistants like Claude Code and Claude Desktop directly to your Pipedrive account, allowing you to manage your CRM with natural language commands. Built by Binar and free to use under the MIT license.
How to use Pipedrive Mcp Server?
Obtain a Pipedrive API token from Settings → Personal preferences → API. Clone the repository, run npm install and npm run build. Then add the server configuration (path to the built dist/index.js and your API key) to either your project’s .mcp.json (for Claude Code) or claude_desktop_config.json (for Claude Desktop). Once configured, you can issue natural language commands to manage your CRM.
Key features of Pipedrive Mcp Server
- Manage deals: list, create, update, delete, and search
- Manage persons: list, create, update, delete, and search
- Manage organizations: list, create, update, delete, and search
- Manage activities: create, update, mark done, and delete
- Handle leads, notes, mail threads, and pipelines
- Access custom fields and user information
Use cases of Pipedrive Mcp Server
- Review and update sales pipeline stages via chat
- Manage contacts: find, update, and create persons
- Track activities: list overdue items, mark tasks done, schedule new ones
- Query and modify custom fields on any entity
- Handle deals, leads, notes, and email threads conversationally
FAQ from Pipedrive Mcp Server
What AI assistants can I use with Pipedrive Mcp Server?
Claude Code and Claude Desktop are explicitly supported, as shown in the provided configuration examples.
What do I need to get started?
You need a Pipedrive API token, which you can obtain from Settings → Personal preferences → API in Pipedrive. You also need Node.js to build and run the server.
What CRM entities can I manage?
You can manage deals, persons, organizations, activities, leads, notes, mail threads, pipelines, stages, users, and field metadata (including custom fields).
Is the server open source and free?
Yes, it is released under the MIT license and built by Binar. You can
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论