Skip to main content
Glama

HubSpot MCP Server

by peakmojo

HubSpot MCP サーバー

概要

AIアシスタントがHubSpot CRMデータと連携できるようにするモデルコンテキストプロトコル(MCP)サーバー。このサーバーはAIモデルとHubSpotアカウントを連携させ、コンタクト、企業、エンゲージメントデータへの直接アクセスを提供します。組み込みのベクターストレージとキャッシュメカニズムにより、HubSpot APIの制限を克服し、応答時間を短縮します。

HubSpotの実装では、堅牢なエラー処理とAPIの安定性を備え、最も頻繁に利用され価値の高いHubSpot操作を優先的に実行します。各コンポーネントはAIとの連携に最適化されており、複雑で多段階のCRMワークフローにおいても信頼性の高いパフォーマンスを実現します。

MCP-HubSpot を選ぶ理由

  • CRMへの直接アクセス:Claudeや他のAIアシスタントを、中間ステップなしでHubSpotデータに接続します
  • コンテキスト保持: FAISSによるベクトルストレージにより、過去のインタラクションをまたいだセマンティック検索が可能
  • ゼロ構成: 最小限のセットアップでシンプルな Docker 展開

プロンプトの例

Create HubSpot contacts and companies from this LinkedIn profile: [Paste LinkedIn profile text]
What's happening lately with my pipeline?

利用可能なツール

サーバーは、HubSpot の管理とデータ取得のためのツールを提供します。

道具目的
hubspot_create_contact重複を防止して連絡先を作成する
hubspot_create_company重複防止機能を備えた会社を作成する
hubspot_get_company_activity特定の企業のアクティビティを取得する
hubspot_get_active_companies最近アクティブだった企業を取得する
hubspot_get_active_contacts最近アクティブな連絡先を取得する
hubspot_get_recent_conversationsメッセージを含む最近の会話スレッドを取得する
hubspot_search_data以前に取得したHubSpotデータ全体のセマンティック検索

パフォーマンス機能

  • ベクトルストレージ: 効率的なセマンティック検索と取得のためにFAISSを活用
  • スレッドレベルのインデックス作成: 正確な検索のために各会話スレッドを個別に保存します
  • 埋め込みキャッシュ: 自動キャッシュを備えたSentenceTransformerを使用します
  • 永続ストレージ: データは設定可能なストレージディレクトリ内のセッション間で保持されます
  • マルチプラットフォームサポート: さまざまなアーキテクチャ向けに最適化された Docker イメージ

設定

前提条件

次のスコープを持つ HubSpot アクセス トークンが必要です。

  • crm.objects.contacts (読み取り/書き込み)
  • crm.objects.companies (読み取り/書き込み)
  • 営業メールを読む

クイックスタート

# Install via Smithery (recommended) npx -y @smithery/cli@latest install mcp-hubspot --client claude # Or pull Docker image directly docker run -e HUBSPOT_ACCESS_TOKEN=your_token buryhuang/mcp-hubspot:latest

Dockerの設定

Claude デスクトップでの手動構成の場合:

{ "mcpServers": { "hubspot": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "HUBSPOT_ACCESS_TOKEN=your_token", "-v", "/path/to/storage:/storage", # Optional persistent storage "buryhuang/mcp-hubspot:latest" ] } } }

Dockerイメージの構築

Docker イメージをローカルでビルドするには:

git clone https://github.com/buryhuang/mcp-hubspot.git cd mcp-hubspot docker build -t mcp-hubspot .

マルチプラットフォームビルドの場合:

docker buildx create --use docker buildx build --platform linux/amd64,linux/arm64 -t buryhuang/mcp-hubspot:latest --push .

発達

pip install -e .

ライセンス

MITライセンス

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

AI モデルが標準化されたインターフェースを通じて HubSpot CRM のデータや操作とやり取りできるようにし、連絡先と会社の管理をサポートします。

  1. 概要
    1. MCP-HubSpot を選ぶ理由
      1. プロンプトの例
        1. 利用可能なツール
          1. パフォーマンス機能
            1. 設定
              1. 前提条件
              2. クイックスタート
              3. Dockerの設定
              4. Dockerイメージの構築
            2. 発達
              1. ライセンス

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  A server that enables AI models to interact with HubSpot CRM data and operations through a standardized interface, supporting contact and company management with multi-user token-based authentication.
                  Last updated -
                  Python
                  MIT License
                  • Linux
                • A
                  security
                  A
                  license
                  A
                  quality
                  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.
                  Last updated -
                  101
                  148
                  10
                  JavaScript
                  MIT License
                • -
                  security
                  A
                  license
                  -
                  quality
                  A Model Context Protocol server that provides tools for interacting with HubSpot CRM, allowing users to create, update, delete, and fetch summary records stored as Note engagements in HubSpot.
                  Last updated -
                  JavaScript
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  Enables AI models to interact with HubSpot CRM data and operations through a standardized interface while providing a centralized shared space for teams to share conversation summaries in real time.
                  Last updated -
                  8
                  Python
                  MIT License
                  • Linux
                  • Apple

                View all related MCP servers

                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/peakmojo/mcp-hubspot'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server