HubSpot
officialHubSpot is a customer platform for CRM, marketing, sales, service, and operations teams. Its MCP server connects assistants to HubSpot CRM records. The general-purpose endpoint requires a HubSpot MCP auth app and OAuth with PKCE; configure the client credentials and redirect URL as described in the official documentation.
What can you do with HubSpot MCP?
- Search CRM records — Ask your assistant to find contacts, companies, deals, or tickets using
searchacross HubSpot CRM objects. - Read record details — Retrieve full information about a specific CRM record by ID, including associated properties and metadata.
- Create new records — Instruct your assistant to add new contacts, companies, deals, or tickets directly into HubSpot via the
createtool. - Update existing records — Modify properties on any CRM record, such as changing a deal stage or contact details, using
update. - List associated records — Query related items, like all deals linked to a company or contacts on a ticket, through association endpoints.
Hosted MCP Server
npx add-mcp 'https://mcp.hubspot.com'Installs into Claude Code, Codex, Cursor, VS Code and more
Documentation
HubSpot
HubSpot is a customer platform for CRM, marketing, sales, service, and operations teams. Its MCP server connects assistants to HubSpot CRM records. The general-purpose endpoint requires a HubSpot MCP auth app and OAuth with PKCE; configure the client credentials and redirect URL as described in the official documentation.
Connection
Official documentation specifies this general-purpose endpoint and OAuth PKCE with a registered MCP auth app. The client-specific legacy /anthropic endpoint is not needed for this listing.