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

ステータス(DRAFT, SCHEDULED, PUBLISHED, ARCHIVED)でフィルタリングされたメールの一覧

フォーム (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で、設定 → インテグレーション → プライベートアプリに移動します

  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