Back to MCP Servers

HubSpot Server

Access HubSpot CRM data including contacts, companies, deals, and marketing automation from Claude Code

hubspotcrmmarketingsalescommunity

Installation

npm install -g @hubspot/mcp-server

Configuration

{
  "mcpServers": {
    "hubspot": {
      "command": "npx",
      "args": ["-y", "@hubspot/mcp-server"],
      "env": {
        "HUBSPOT_ACCESS_TOKEN": "your-hubspot-access-token"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub