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 服务器
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
MCP Server for Data Exploration
reading-plus-aiPubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
评论