hubspot-mcp
hubspot-marketing-mcp
用于 HubSpot CRM 的 MCP 服务器 — 33 个工具,涵盖联系人、公司、交易、流水线、列表、营销邮件、表单、工作流和属性。
工具
联系人 (6)
工具 | 描述 |
| 对联系人进行全文搜索 |
| 通过 ID 获取联系人及其关联信息 |
| 通过精确的电子邮件地址查找联系人 |
| 最近创建的联系人,可按生命周期阶段过滤 |
| 创建新联系人 |
| 更新现有联系人的属性 |
公司 (3)
工具 | 描述 |
| 对公司进行全文搜索 |
| 通过 ID 获取公司及其关联信息 |
| 列出与公司关联的联系人 |
交易 (4)
工具 | 描述 |
| 对交易进行全文搜索 |
| 通过 ID 获取交易,包括金额、阶段和关联信息 |
| 列出特定流水线阶段中的交易 |
| 最近创建的交易,可选仅显示未结交易 |
流水线 (2)
工具 | 描述 |
| 列出所有流水线及其阶段 ID |
| 按阶段统计交易数量和总金额 — 漏斗快照 |
列表 (3)
工具 | 描述 |
| 列出所有联系人列表(静态和动态) |
| 获取列表元数据,包括成员数量 |
| 获取列表中的联系人 |
营销邮件 (3)
工具 | 描述 |
| 列出营销邮件活动 |
| 获取邮件的打开、点击、退信和退订统计数据 |
| 按状态(草稿、已排期、已发布、已归档)过滤列出邮件 |
表单 (3)
工具 | 描述 |
| 列出所有 HubSpot 表单 |
| 获取完整的表单定义,包括字段 |
| 获取最近的表单提交记录及其字段值 |
工作流 (2)
工具 | 描述 |
| 列出所有自动化工作流 |
| 获取完整的工作流详情,包括触发器和操作 |
属性 (2)
工具 | 描述 |
| 列出对象类型的所有 CRM 属性 |
| 获取完整的属性定义,包括枚举选项 |
所有者 (1)
工具 | 描述 |
| 列出可分配给 CRM 记录的 HubSpot 用户 |
高级 / 后门 (1)
工具 | 描述 |
| 针对任何对象类型使用自定义过滤器的结构化 CRM 搜索 |
Related MCP server: hubspot-mcp
设置
1. 获取 HubSpot 私有应用访问令牌
在 HubSpot 中,转到 设置 (Settings) → 集成 (Integrations) → 私有应用 (Private Apps)
创建一个新的私有应用
授予权限范围:
crm.objects.contacts.read,crm.objects.companies.read,crm.objects.deals.read,crm.lists.read,automation,forms,marketing-email复制访问令牌
2. 配置 Claude Desktop
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": ["-y", "hubspot-marketing-mcp"],
"env": {
"HUBSPOT_ACCESS_TOKEN": "pat-na1-xxxxxxxxxxxx"
}
}
}
}2a. 配置 Claude Code (CLI)
claude mcp add hubspot -e HUBSPOT_ACCESS_TOKEN=pat-na1-xxxxxxxxxxxx -- npx -y hubspot-marketing-mcp环境变量
变量 | 必需 | 描述 |
| 是 | HubSpot 私有应用访问令牌 ( |
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA Model Context Protocol implementation for the HubSpot API that provides a standardized interface for accessing and managing CRM data, including companies, contacts, deals, and other objects with comprehensive CRUD operations and association management.11834MIT
- Alicense-qualityCmaintenanceMCP server for the HubSpot CRM API with tools for managing contacts, companies, deals, tickets, and CRM workflows. Generated with MCPForge. Sensitive operations can be protected with permissions, audit logs, and approval workflows.16MIT
- FlicenseCqualityCmaintenanceAn independent MCP server built from HubSpot's OpenAPI specs, offering 106 tools for CRM automation including contacts, companies, deals, invoices, and line items.1001
- AlicenseAqualityBmaintenanceA comprehensive MCP server providing Claude with enterprise-grade access to HubSpot CRM, including contacts, deals, quotes, workflows, and automation through 37 tools.3742MIT
Related MCP Connectors
Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).
34 production API tools over one hosted MCP endpoint.
ActiveCampaign MCP Pack — email marketing + CRM (API v3).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZLeventer/hubspot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server