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 を自動的にインストールするには:
手動インストール
- 依存関係をインストールするCopy
- .envファイルを作成するHubSpot の資格情報を使用して、プロジェクト ルートに
.env
ファイルを作成します。Copy - プロジェクトを構築するTypeScript ファイルをコンパイルします。Copy
- サーバーを起動するMCP サーバーを起動します。Copy
発達
ホットリロードを使用して開発モードでサーバーを実行するには:
MCP Inspectorによるテスト
MCPサーバーの実装を検査およびテストするには、MCP Inspectorを使用できます。例:
これにより、 http://localhost:5173でMCP Inspector UIが起動します。このUIを使用して、JSON-RPCリクエストをサーバーに送信します。
構成
サーバーは環境変数を使用して設定できます。
HUBSPOT_ACCESS_TOKEN
: HubSpot APIアクセストークンUSER_ROLES_FILE
: ユーザーロール設定ファイルへのパス
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
This server cannot be installed
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 でノート エンゲージメントとして保存される概要レコードを作成、更新、削除、取得できます。
Related MCP Servers
- -securityAlicense-qualityA 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 -TypeScriptMIT License
- AsecurityFlicenseAqualityA 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 -51JavaScript
- AsecurityAlicenseAqualityA 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 -101769JavaScriptMIT License
- -securityAlicense-qualityA hub server that connects to and manages other MCP (Model Context Protocol) servers.Last updated -654TypeScriptMIT License