CuratedMCP
πŸ’»
Claude Code
Free

How to Install HubSpot MCP in Claude Code

Official HubSpot integration β€” automate CRM, marketing, and service workflows from AI

What HubSpot MCP does

The official HubSpot MCP server gives AI agents access to CRM and marketing workflows. It can manage contacts, deals, tickets, and campaign analytics. Features: - Create and update contacts, companies, and deals - Manage tickets and customer support workflows - Query marketing email performance and campaign metrics - Update lists and properties - Access sales pipeline and revenue reports - Generate follow-up tasks and email drafts HubSpot MCP is built for revenue teams that want AI to help manage customers through marketing, sales, and service.

hubspot
crm
marketing
sales
service

Installation steps

  1. 1Copy the config below
  2. 2Open or create .claude/mcp.json in your project root
  3. 3Paste inside "mcpServers": {}
  4. 4Reload Claude Code

Configuration

File location: .claude/mcp.json (project root) or ~/.claude/mcp.json (global)

.claude/mcp.jsonjson
{
  "hubspotMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@hubspot/mcp"
    ],
    "env": {
      "HUBSPOT_API_KEY": "...",
      "HUBSPOT_PORTAL_ID": "..."
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain HubSpot MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/hubspot-mcp)](https://curatedmcp.com/marketplace/hubspot-mcp)

Related servers