mcp-hubspot
Allows reading HubSpot pages, searching records, opening records, creating contacts/companies, updating fields, filling forms without saving, and running small approved batches using the browser UI.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-hubspotSearch for contact John Doe in HubSpot and show details"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 contacts or companies, update fields, fill forms without saving, 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.
Related MCP server: BrowserGenie MCP Server
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 buildRegister 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-pathThen 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 doctorCopy 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 X no HubSpot e abra o registro correto."
"Pegue essa lista da tela e monte uma tabela limpa."
"Crie uma empresa com estes dados."
"Preencha estes campos, mas nao salve."
"Atualize este contato depois que eu aprovar."
MCP Tools
doctorget_contextget_page_snapshotsearch_recordsopen_recordget_taskpreview_record_updaterequest_record_fillrequest_record_updaterequest_record_createrequest_batch_updaterequest_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 checkRuntime state is written to data/ and build output is written to dist/. Neither should be committed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kaael1/mcp-hubspot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server