HubSpot MCP Server
@NaorAIdeas
HubSpot MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": [
"-y",
"@naoraideas/hubspot-mcp-server"
],
"env": {
"HUBSPOT_API_KEY": "your_hubspot_api_key_here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is HubSpot MCP Server?
A Model Context Protocol (MCP) server implementation that acts as a bridge between applications and HubSpot's API, providing a standardized interface for interacting with HubSpot's CRM and related services. It is designed for developers and AI integrations seeking to manage HubSpot data through natural language or programmatic commands.
How to use HubSpot MCP Server?
Install via npm (npm install @NaorAIdeas/hubspot-mcp-server), then run as a command-line tool with hubspot-mcp-server or configure it with Claude Desktop by adding a mcpServers entry in claude_desktop_config.json using npx and the HUBSPOT_API_KEY environment variable.
Key features of HubSpot MCP Server
- Manage contacts (search, create, update)
- Manage companies (create, update, filter)
- Manage deals (create, update, track stages)
- Work with custom objects and timelines
- Create and manage associations between records
- Natural language‑style tool invocation
Use cases of HubSpot MCP Server
- Sales: create deals, associate contacts, schedule follow‑ups
- Client onboarding: add contacts, link projects, set meetings
- Project handover: update deal status, create support tickets, schedule training
FAQ from HubSpot MCP Server
What API credentials are required?
A HubSpot API key (Personal Access Token) created from a Private App with scopes including crm.objects.contacts.read/write, crm.objects.companies.read/write, crm.objects.deals.read/write, crm.objects.custom.read/write, crm.associations.read/write, and timeline.read/write.
What are the runtime requirements?
Node.js version 14 or higher and a HubSpot account with API key.
How does the server communicate?
The server uses stdio transport (Command Line Tool) and is designed to work with MCP‑compatible hosts like Claude Desktop.
Which HubSpot objects are supported?
Contacts, Companies, Deals, Custom Objects, Associations, and Timeline Events. The README provides example natural language commands for each.
What dependencies does it use?
@hubspot/api-client, @modelcontextprotocol/sdk, dotenv, and zod. Licensed under MIT.
「データと分析」の他のコンテンツ
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
コメント