HubSpot MCP Server

Integrations

  • Provides tools for interacting with HubSpot CRM, allowing creation, retrieval, updating, and deletion of summary records stored as Note engagements, with additional capabilities for filtering records by date and sending summaries via chat or email.

HubSpot MCP サーバー

HubSpot CRMと連携するためのツールを提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーを使用すると、HubSpotでサマリーレコード(ノートエンゲージメントとして保存)を作成、更新、削除、取得できます。

Dockerファイル

  • docker build -t mcp-hubspot-ts を実行します。
  • docker run --env-file .env -it mcp-hubspot-ts

特徴

  • HubSpotでノートエンゲージメントとしてサマリーを作成する
  • HubSpotからすべてのサマリーレコード(メモ)を取得する
  • 要約レコードを日付でフィルタリングする
  • 既存の要約レコードを更新する
  • 概要レコードを削除する
  • 要約記録をチャットまたはメールで送信

設定

Smithery経由でインストール

Smithery経由で Claude Desktop 用の hubspot-mcp-summary を自動的にインストールするには:

npx -y @smithery/cli install @KaranThink41/hubspot-mcp-summary --client claude

手動インストール

  1. 依存関係をインストールする
    npm install
  2. .envファイルを作成するHubSpot の資格情報を使用して、プロジェクト ルートに.envファイルを作成します。
    HUBSPOT_ACCESS_TOKEN=your_access_token_here USER_ROLES_FILE=path/to/user_roles.json
  3. プロジェクトを構築するTypeScript ファイルをコンパイルします。
    npm run build
  4. サーバーを起動するMCP サーバーを起動します。
    npm start

発達

ホットリロードを使用して開発モードでサーバーを実行するには:

npm run dev

MCP Inspectorによるテスト

MCPサーバーの実装を検査およびテストするには、MCP Inspectorを使用できます。例:

npx @modelcontextprotocol/inspector -e HUBSPOT_ACCESS_TOKEN=your_access_token_here node build/index.js

これにより、 http://localhost:5173でMCP Inspector UIが起動します。このUIを使用して、JSON-RPCリクエストをサーバーに送信します。

構成

サーバーは環境変数を使用して設定できます。

  • HUBSPOT_ACCESS_TOKEN : HubSpot APIアクセストークン
  • USER_ROLES_FILE : ユーザーロール設定ファイルへのパス

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

HubSpot CRM と対話するためのツールを提供するモデル コンテキスト プロトコル サーバー。これにより、ユーザーは HubSpot でノート エンゲージメントとして保存される概要レコードを作成、更新、削除、取得できます。

  1. Dockerファイル
    1. 特徴
      1. 設定
        1. Smithery経由でインストール
        2. 手動インストール
      2. 発達
        1. MCP Inspectorによるテスト
          1. 構成
            1. ライセンス

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.
                Last updated -
                TypeScript
                MIT License
                • Apple
                • Linux
              • A
                security
                F
                license
                A
                quality
                A model context protocol server that allows interaction with TriliumNext Notes, providing tools to create, search, retrieve, update, and delete notes through natural language commands.
                Last updated -
                5
                1
                JavaScript
                • Apple
              • 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
                76
                9
                JavaScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                A hub server that connects to and manages other MCP (Model Context Protocol) servers.
                Last updated -
                65
                4
                TypeScript
                MIT License

              View all related MCP servers

              ID: a9w1mbkazt