mcp-server-hubspot

phillipswdc/mcp-server-hubspot
★ 0 stars JavaScript 🔒 Security Updated 1d ago
MCP server for HubSpot CRM. 79 tools across 12 object types (contacts, companies, deals, tickets, plus Commerce Hub: orders, line items, products, quotes, invoices, subscriptions, payments, carts). Includes audited mutations, drift detection, rollback, and per-environment sandbox/production isolation.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-hubspot": {
      "command": "npx",
      "args": [
        "-y",
        "phillipswdc/mcp-server-hubspot"
      ]
    }
  }
}