hubspot-mcp-tools

adeel0x01/hubspot-mcp-tools
★ 4 stars TypeScript 🔌 API Integration Updated 1mo ago
Model Context Protocol (MCP) server providing comprehensive HubSpot CRM integration tools covering Contacts, Companies, Deals, Tickets, Notes, Associations, Owners, Pipelines, and Properties APIs
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": {
    "hubspot-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "adeel0x01/hubspot-mcp-tools"
      ]
    }
  }
}