mcp-hubspot
An MCP server that uses a browser extension to interact with HubSpot through the logged-in browser, enabling reading, searching, creating, and updating HubSpot records without API tokens.
README
mcp-hubspot
Use HubSpot from Codex or Claude Code through your logged-in browser.
This project is a local MCP server plus a Chromium extension. It lets an agent read the current HubSpot page, search records, open records, create and update CRM records, fill forms without saving, extract visible tables/timeline/associations, and run small approved batches.
Why Browser Extension?
Many companies do not allow every user to create HubSpot private apps, OAuth apps, or API tokens. mcp-hubspot avoids that requirement by using the HubSpot UI you already have open in Chrome or Edge.
The extension does not give the agent extra HubSpot permissions. It can only do what your logged-in user can already do in the browser.
Safety Model
- No HubSpot admin access required.
- No private app, OAuth app, or API token required.
- No cookie reading.
- No
Authorizationheader capture. - No localStorage, sessionStorage, or IndexedDB token scraping.
- The MCP server receives sanitized page snapshots and operation results, not reusable credentials.
- Writes require side-panel approval by default.
- Optional Autopilot can run writes without per-operation clicks when you intentionally enable it.
Install
git clone https://github.com/kaael1/mcp-hubspot.git
cd mcp-hubspot
npm install
npm run build
Register the MCP server in Codex:
codex mcp add mcp-hubspot -- node "C:\path\to\mcp-hubspot\dist\server\index.js"
Claude Code can use the same stdio command:
{
"mcpServers": {
"mcp-hubspot": {
"command": "node",
"args": ["C:\\path\\to\\mcp-hubspot\\dist\\server\\index.js"]
}
}
}
Load The Extension
Print the extension path:
node .\dist\server\index.js extension-path
Then open chrome://extensions, enable Developer Mode, click Load unpacked, and select the printed dist\extension folder.
Pair Once
Start the MCP server from Codex or run:
node .\dist\server\index.js doctor
Copy bridge.pairingKey, open the extension popup, paste it, and click Pair. After pairing, the extension remembers the local bridge.
Typical Use
Open HubSpot in Chrome or Edge and sign in normally. Then ask your agent for things like:
- "Leia essa empresa aberta e me resuma tudo que importa."
- "Procure a empresa ou deal X no HubSpot e abra o registro correto."
- "Liste os contatos, deals, tickets e atividades visiveis nessa empresa."
- "Pegue essa lista da tela e monte uma tabela limpa."
- "Crie uma empresa, contato, deal ou ticket com estes dados."
- "Crie uma nota ou tarefa nesse registro."
- "Associe esse contato ao deal aberto."
- "Preencha estes campos, mas nao salve."
- "Atualize este contato/deal/ticket depois que eu aprovar."
Coverage
Supported:
- Contacts, Companies, Deals and Tickets.
- Custom objects when you provide the HubSpot
objectId. - Visible page snapshots: properties, tables/lists, associations and timeline cards.
- Create, update, fill-without-saving and small batch update.
Experimental:
- Notes, tasks, calls, meetings and logged emails through the visible HubSpot activity composer.
- Creating associations through the visible HubSpot association picker.
- Advanced fields such as dropdowns, comboboxes, date inputs and multi-select-like controls.
Out of scope by design:
- Delete, merge, bulk delete and large exports.
- Admin changes, permission changes, users/teams, workflows and integration settings.
- Marketing email sending and report/dashboard authoring.
- Any private app, OAuth or API-token management.
MCP Tools
doctorget_contextget_coverage_matrixget_page_snapshotget_visible_tablessearch_recordsopen_recordget_taskpreview_record_updaterequest_record_fillrequest_record_updaterequest_record_createrequest_batch_updaterequest_timeline_activity_createrequest_association_createrequest_associated_contacts_createget_operationget_audit_logset_autopilot
Autopilot
Autopilot is off by default. When enabled, pending creates, updates, fills, and small batches run without clicking Approve for each operation.
Use it only when you trust the current agent task. You can turn it off from the side panel or through set_autopilot.
Agent Skill
This repo includes a Codex skill at skills/mcp-hubspot/SKILL.md. Install that folder into your local skills directory when you want agents to know how to install, pair, diagnose, and operate this MCP.
Development
npm run check
Runtime state is written to data/ and build output is written to dist/. Neither should be committed.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。