HubSpot

offiziell

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.

Was kann man mit HubSpot MCP machen?

  • Search CRM records — Ask your assistant to find contacts, companies, deals, or tickets using search across 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 create tool.
  • 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.

Gehosteter MCP-Server

npx add-mcp 'https://mcp.hubspot.com'

Installiert in Claude Code, Codex, Cursor, VS Code und mehr

Dokumentation

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

https://mcp.hubspot.com

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.

Official documentation