MCP server

HubSpot

MCP

Official HubSpot MCP. CRM objects in the loop.

HubSpot’s remote MCP. Contacts, deals, and tickets on the portal you authorize.

latest·Proprietary·Updated this quarter·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "hubspot": {
      "url": "https://mcp.hubspot.com"
    }
  }
}

By HubSpot

Spec

What the server actually exposes.

  • search_contacts

    read

    Contacts in the portal.

  • get_deal

    read

    A deal and its associations.

  • create_ticket

    write

    Open a ticket after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

hubspot-mcp.mcp/tools

Tools

  • search_contacts

    Contacts in the portal.

    read
  • get_deal

    A deal and its associations.

    read
  • create_ticket

    Open a ticket after you confirm.

    write

Last call

{ "ok": true,
  "tool": "search_contacts",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.