McpMux
Back to Registry

HubSpot (npx) MCP Server

Community

Contributed by HubSpot

Manage HubSpot CRM data including contacts, companies, deals, and tickets. Search records, create associations, and manage pipelines.

About the HubSpot (npx) MCP Server

The HubSpot (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage HubSpot CRM data including contacts, companies, deals, and tickets. Search records, create associations, and manage pipelines. This is a community-contributed MCP server by HubSpot.

Install the HubSpot (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@hubspot/mcp-server"
  ],
  "env": {
    "PRIVATE_APP_ACCESS_TOKEN": "${input:PRIVATE_APP_ACCESS_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "PRIVATE_APP_ACCESS_TOKEN",
        "label": "HubSpot Private App Token",
        "description": "Access token from a HubSpot private app with the necessary scopes.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "pat-na1-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "obtain": {
          "url": "https://developers.hubspot.com/docs/api/private-apps",
          "instructions": "1. Go to your HubSpot account Settings\n2. Navigate to Integrations > Private Apps\n3. Click 'Create a private app'\n4. Configure scopes (CRM, contacts, etc.)\n5. Click 'Create app' and copy the access token",
          "button_label": "Create Private App"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

hubspotcrmcontactsdealsmarketingsales

Supported AI Clients

The HubSpot (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install HubSpot (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.