Source URL: https://developers.hubspot.com/mcp Title: HubSpot MCP Server (Official Developer Docs) Fetched: 2026-06-01
Summary
HubSpot offers TWO distinct official MCP (Model Context Protocol) servers:
1. HubSpot MCP Server (Remote)
- Gives any MCP-compatible AI tool or agent secure READ and WRITE access to HubSpot CRM data: contacts, deals, engagements, companies, and more.
- Acts as a bridge allowing authorized LLMs (or apps using them) to connect to a specific HubSpot account.
- AI clients can fetch real-time CRM data in a controlled, secure manner and take actions in the account.
- Docs: /docs/apps/developer-platform/build-apps/integrate-with-hubspot-mcp-server
2. Developer MCP Server (Local)
- CLI-based. Enables agentic development tools to interact with the HubSpot Developer Platform via the CLI.
- Helps quickly scaffold and manage projects / UI extensions.
- Docs: /docs/developer-tooling/local-development/mcp-server
Notes
- Both require using the latest Developer Platform version.
- MCP described as a standardized way for LLM agents to securely request/receive info from external systems like HubSpot, and to take action.
Relevance to research question
Directly addresses part (3) โ AI agents / MCP servers that drive HubSpot โ and part (2) the broader developer platform. The Developer MCP server ties the hs CLI to agentic dev tooling (2026 AI tooling).