HubSpot MCP 实现
为 HubSpot 提供的模型上下文协议 (MCP) 实现,标准化访问和管理 CRM 数据。
快速入门
安装
建议使用 NPX 安装:
- 在 MCP 客户端配置文件中添加以下内容: { "mcpServers": { "hubspot": { "command": "npx", "args": ["@shinzolabs/hubspot-mcp"], "env": {"HUBSPOT_ACCESS_TOKEN": "your-token-here"} } } }
- 或手动下载: 克隆仓库并安装依赖。
使用 Smithery 安装
运行以下命令: npx -y @smithery/cli install @shinzo-labs/hubspot-mcp --client claude
核心功能
- 支持完整的 HubSpot CRM API 操作。
- 提供批量操作、高级搜索等功能。
更多详情参考 README 文档。