Pipedrive MCP Server
by yourusername · ai-ml · mcp-server, lobehub, business
一个 Model Context Protocol (MCP) 服务器,连接到 Pipedrive API v2,向像 Claude 这样的 LLM 应用程序暴露 Pipedrive CRM 数据。需要通过 .env 文件中的 PIPEDRIVE_API_TOKEN 环境变量配置的 Pipedrive API 令牌。
Source: https://github.com/bratland/pipedrive-mcp-server
Install
git clone https://github.com/bratland/pipedrive-mcp-serverTags: mcp-server, lobehub, business
⭐ 42 GitHub stars · Source: lobehub
About ai-ml MCP servers and Claude skills
ai-ml MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
Pipedrive MCP Server is one of hundreds of ai-ml entries indexed on Skiln. Browse the full ai-ml category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related ai-ml MCPs and skills
- Godot MCP by yourusername
A plugin that allows external processes to communicate with the Godot engine in a modular and programmable way. Requires the 'requirements.txt' file located in the 'python' directory for Python dependencies.
- WordPress MCP 服务器 by yourusername
模型上下文协议(MCP)服务器,提供AI助手与WordPress站点之间的安全桥接,支持通过自然语言交互进行内容管理、站点管理以及插件/主题操作。需要配置文件 'wordpress-config.json',用于WordPress站点的凭据和设置。
- Browser MCP Server by sac916
一个提供使用 Playwright 进行浏览器自动化功能的 Model Context Protocol (MCP) 服务器。通过环境变量(如 BROWSER_HEADLESS、BROWSER_TYPE 和 BROWSER_TIMEOUT)配置浏览器行为。
- Memory Cache Server by tosin2013
一个 Model Context Protocol (MCP) 服务器,通过高效缓存数据在语言模型交互之间,减少令牌消耗。可通过 config.json 或环境变量(例如 CONFIG_PATH 指定自定义配置文件位置)进行配置。
- 墨问笔记 MCP 服务器 (Go版本) by flyhigher139
一个用Go语言开发的MCP(Model Context Protocol)服务器,用于与墨问笔记软件交互,支持通过MCP兼容客户端创建、编辑和管理笔记。需要设置外部环境变量MOWEN_API_KEY以提供墨问API密钥。
- CS-Cart MCP Server by hungryweb
A Model Context Protocol (MCP) server that provides comprehensive tools for managing CS-Cart e-commerce stores, including product management, order handling, and sales analytics. Requires external configuration via environment variables for CS-Cart API credentials (CSCART_API_URL, CSCART_API_EMAIL, CSCART_API_KEY) typically set in a .env file.
- SSH客户端MCP服务器 by jordanburke
一个本地的模型上下文协议(MCP)服务器,提供Linux和Windows系统的SSH控制功能,使LLMs和其他MCP客户端能够通过SSH安全地执行Shell命令。
- mcp-perplexity-search by spences10
MCP 服务器,用于 Perplexity 搜索,集成了 Perplexity 的 AI API 和大型语言模型(LLMs),提供高级聊天完成功能,配备专业的提示模板。需要设置 PERPLEXITY_API_KEY 环境变量以访问 API。
Frequently asked questions
How do I install Pipedrive MCP Server?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support Pipedrive MCP Server?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is Pipedrive MCP Server free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.