Skip to main content
Glama
ZLeventer

hubspot-mcp

by ZLeventer

hubspot-marketing-mcp

用于 HubSpot CRM 的 MCP 服务器 — 33 个工具,涵盖联系人、公司、交易、流水线、列表、营销邮件、表单、工作流和属性。

工具

联系人 (6)

工具

描述

hs_search_contacts

对联系人进行全文搜索

hs_get_contact

通过 ID 获取联系人及其关联信息

hs_contact_by_email

通过精确的电子邮件地址查找联系人

hs_recent_contacts

最近创建的联系人,可按生命周期阶段过滤

hs_create_contact

创建新联系人

hs_update_contact

更新现有联系人的属性

公司 (3)

工具

描述

hs_search_companies

对公司进行全文搜索

hs_get_company

通过 ID 获取公司及其关联信息

hs_list_company_contacts

列出与公司关联的联系人

交易 (4)

工具

描述

hs_search_deals

对交易进行全文搜索

hs_get_deal

通过 ID 获取交易,包括金额、阶段和关联信息

hs_deals_by_stage

列出特定流水线阶段中的交易

hs_recent_deals

最近创建的交易,可选仅显示未结交易

流水线 (2)

工具

描述

hs_list_pipelines

列出所有流水线及其阶段 ID

hs_pipeline_summary

按阶段统计交易数量和总金额 — 漏斗快照

列表 (3)

工具

描述

hs_list_lists

列出所有联系人列表(静态和动态)

hs_get_list

获取列表元数据,包括成员数量

hs_list_members

获取列表中的联系人

营销邮件 (3)

工具

描述

hs_list_email_campaigns

列出营销邮件活动

hs_get_email_campaign_stats

获取邮件的打开、点击、退信和退订统计数据

hs_list_marketing_emails

按状态(草稿、已排期、已发布、已归档)过滤列出邮件

表单 (3)

工具

描述

hs_list_forms

列出所有 HubSpot 表单

hs_get_form

获取完整的表单定义,包括字段

hs_form_submissions

获取最近的表单提交记录及其字段值

工作流 (2)

工具

描述

hs_list_workflows

列出所有自动化工作流

hs_get_workflow

获取完整的工作流详情,包括触发器和操作

属性 (2)

工具

描述

hs_list_properties

列出对象类型的所有 CRM 属性

hs_get_property

获取完整的属性定义,包括枚举选项

所有者 (1)

工具

描述

hs_list_owners

列出可分配给 CRM 记录的 HubSpot 用户

高级 / 后门 (1)

工具

描述

hs_crm_search

针对任何对象类型使用自定义过滤器的结构化 CRM 搜索

Related MCP server: hubspot-mcp

设置

1. 获取 HubSpot 私有应用访问令牌

  1. 在 HubSpot 中,转到 设置 (Settings) → 集成 (Integrations) → 私有应用 (Private Apps)

  2. 创建一个新的私有应用

  3. 授予权限范围:crm.objects.contacts.read, crm.objects.companies.read, crm.objects.deals.read, crm.lists.read, automation, forms, marketing-email

  4. 复制访问令牌

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_ACCESS_TOKEN

HubSpot 私有应用访问令牌 (pat-na1-...)

许可证

MIT

Install Server
A
license - permissive license
B
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    D
    maintenance
    A 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.
    118
    34
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP 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.
    16
    MIT
  • F
    license
    C
    quality
    C
    maintenance
    An independent MCP server built from HubSpot's OpenAPI specs, offering 106 tools for CRM automation including contacts, companies, deals, invoices, and line items.
    100
    1
  • A
    license
    A
    quality
    B
    maintenance
    A comprehensive MCP server providing Claude with enterprise-grade access to HubSpot CRM, including contacts, deals, quotes, workflows, and automation through 37 tools.
    37
    42
    MIT

View all related MCP servers

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).

View all MCP Connectors

Latest Blog Posts

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