HubSpot MCP Server is HubSpot's official remote MCP server for giving AI clients authenticated access to HubSpot CRM context. It is separate from HubSpot's local Developer MCP server for CLI and developer-platform work: this record covers the hosted endpoint at https://mcp.hubspot.com for CRM and account data workflows. HubSpot documents the remote server as a bridge between MCP-compatible AI systems and HubSpot APIs, with OAuth-authenticated access to account data through natural-language prompts.
The strongest use case is CRM-aware agent work: querying contacts and companies, reviewing deals and tickets, summarizing recent activity, inspecting account context, and building custom AI workflows that need HubSpot records without hand-writing API calls. HubSpot's April 2026 GA changelog says the remote server is generally available, adds write capabilities, Activity history, marketing and content objects, and organizational context, and supports read/write access to common CRM records while leaving some objects read-only.
Keep the access model explicit. HubSpot requires OAuth 2.1 with PKCE, an MCP auth app, matching redirect URLs, and user approval. Actions respect the user's existing HubSpot permissions, and accounts with sensitive-data settings can block Activity objects from MCP access. Position the page as an integration and workflow layer for teams already using HubSpot, not as a standalone CRM replacement or as a guarantee that every HubSpot object is writable through MCP in every portal.