Parsley MCP Server
Enables AI assistants to access buyer intent signals, MEDDIC qualification data, and lead intelligence from Parsley accounts for lead qualification and follow-up.
README
Parsley MCP Server
A Model Context Protocol server that exposes buyer intent signals, MEDDIC qualification data, and lead intelligence from your Parsley account to AI assistants like Claude Desktop and Cursor.
What it does
Ask your AI assistant natural questions about your leads:
- "Which leads went hot this week?"
- "Show me the MEDDIC gaps for recent conversations"
- "Any high-intent visitors that nobody's followed up on?"
- "What are people asking that my chatbot can't answer?"
If you also have a CRM MCP connected (Attio, HubSpot, Salesforce, etc.), Claude can cross-reference automatically - finding hot leads with no CRM follow-up, prepping you for calls with full context from both systems.
Setup
1. Get your API key
Generate an API key at parsley.id/hub/api-keys. You need a Parsley account with the chatbot enabled.
2. Configure Claude Desktop
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"parsley": {
"command": "npx",
"args": ["-y", "@tryparsley/mcp-server"],
"env": {
"PARSLEY_API_KEY": "pk_live_your_key_here"
}
}
}
}
3. Configure Cursor
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"parsley": {
"command": "npx",
"args": ["-y", "@tryparsley/mcp-server"],
"env": {
"PARSLEY_API_KEY": "pk_live_your_key_here"
}
}
}
}
Environment variables
| Variable | Required | Description |
|---|---|---|
PARSLEY_API_KEY |
Yes | Your Parsley API key (pk_live_...) |
PARSLEY_BASE_URL |
No | API base URL (defaults to https://www.parsley.id) |
Tools (8)
Free tier
| Tool | Description |
|---|---|
get_analytics_summary |
Dashboard overview - profile views, conversations, lead quality breakdown, top topics, conversion rate |
Business tier
| Tool | Description |
|---|---|
get_conversations |
List recent conversations with filtering by lead quality, intent signal, date range |
get_conversation_detail |
Full conversation detail - MEDDIC signals with evidence quotes, engagement, enrichment |
get_hot_leads |
Hot and warm leads with MEDDIC evidence - the morning briefing tool |
search_by_intent |
Find conversations by MEDDIC signals, intent score, or topic |
get_knowledge_gaps |
Unanswered chatbot questions grouped by topic and frequency |
get_lead_enrichment |
Extracted company, role, timeline, and budget context from conversations |
get_meddic_summary |
Aggregate MEDDIC signal distribution - per-signal counts, top combinations |
Prompts (5)
Predefined workflow templates that appear in Claude's prompt picker.
| Prompt | Cross-MCP | Description |
|---|---|---|
morning_briefing |
Yes | Hot leads summary with follow-up priorities. Cross-references CRM if connected. |
stale_leads_check |
Yes | Qualified leads with no recent CRM activity. Requires a CRM MCP. |
coaching_gaps |
No | MEDDIC gaps with suggested follow-up questions for each lead. |
content_opportunities |
No | Knowledge gaps turned into blog post, chatbot doc, and FAQ suggestions. |
deal_prep |
Optional | Pre-call briefing on a company/person. Pulls CRM context if available. |
Cross-MCP workflows
Prompts marked "Cross-MCP" work with any CRM that has an MCP server. Connect both Parsley and your CRM's MCP to Claude, and the prompts will orchestrate across both automatically. No extra configuration needed.
Tested with: Attio, HubSpot, Salesforce, Copper, Pipedrive.
Tier gating
- Free plan:
get_analytics_summarytool only - Business plan: All 8 tools + all 5 prompts
Upgrade at parsley.id/pricing.
Development
git clone https://github.com/peterjduffy/parsley-mcp.git
cd parsley-mcp
npm install
npm run build
PARSLEY_API_KEY=pk_live_xxx node dist/index.js
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。