
HubSpot MCP
Let your coding agent read and update HubSpot Sales Hub records, pipelines, and property history without leaving the editor.
Overview
HubSpot MCP is a MCP server for the Grow phase that connects your agent to HubSpot Sales Hub with cross-object queries and property-change history.
What is this MCP server?
- Exposes Sales Hub features through MCP tools for agent-driven CRM work
- Offline cross-object queries across HubSpot objects without chaining many live API calls in chat
- Property change history for auditing what changed on records over time
- Ships as mcpb v0.1.1 with stdio transport and HUBSPOT_ACCESS_TOKEN auth
- Repository subfolder skills/hubspot under servosity/msp-skills
- Package version 0.1.1
- Transport: stdio
- Registry type: mcpb
Community signal: 1 GitHub stars.
What problem does it solve?
Switching between your IDE and HubSpot to look up deals, trace property changes, or join objects burns context and invites manual API glue.
Who is it for?
Indie SaaS founders and small teams who sell through HubSpot and want the coding agent to research pipeline state or update records safely.
Skip if: Builders without a HubSpot account, teams that need Marketing Hub-only or CMS-only coverage if this server is Sales Hub–centric, or anyone who cannot scope API tokens.
What do I get? / Deliverables
After you register the server with HUBSPOT_ACCESS_TOKEN, your agent can answer CRM questions and perform Sales Hub operations from the same session where you ship code.
- Registered stdio MCP server talking to HubSpot Sales Hub
- Agent-callable tools for CRM reads/writes per server capabilities
- Offline-friendly cross-object and history queries as described in the server listing
Recommended MCP Servers
Journey fit
CRM and sales motions sit in Grow once you are tracking leads, deals, and customer follow-up—not in pure product build. Lifecycle is the canonical shelf for CRM touchpoints, pipeline stages, and contact/deal workflows HubSpot Sales Hub exposes.
How it compares
MCP integration to live HubSpot data, not a standalone CRM skill or marketing playbook.
Common Questions / FAQ
Who is HubSpot MCP for?
Solo builders and small teams using HubSpot Sales Hub who want their AI coding agent to query and act on CRM data via MCP.
When should I use HubSpot MCP?
Use it during Grow when you need deal context, cross-object lookups, or property history while building integrations, support flows, or sales automation.
How do I add HubSpot MCP to my agent?
Install the mcpb package (hubspot-v0.1.1), set HUBSPOT_ACCESS_TOKEN in your environment, and register the stdio server in Claude Code, Cursor, or another MCP client.