analytics

HubSpot MCP Server

Official HubSpot MCP server. Talk to your HubSpot CRM, CMS, and APIs in plain English from Claude Code.

Pricing: free Free. The MCP server is open source. Requires a HubSpot account (free CRM available).
View on GitHub
hubspot-mcp-server
Website

Features

  • Build HubSpot integrations through chat
  • Manage CMS pages, blogs, and templates
  • Work with contacts, deals, and CRM objects
  • Create and modify HubSpot apps
  • Pull up HubSpot API docs without leaving your editor
  • Works with Claude Code, Cursor, VS Code, and Gemini CLI

Setup Instructions

1. Install HubSpot CLI if you don't have it: ``bash npm install -g @hubspot/cli ` 2. Add to your Claude MCP settings: `json { "mcpServers": { "hubspot": { "command": "npx", "args": ["-y", "hubspot-mcp-server"], "env": { "HUBSPOT_ACCESS_TOKEN": "your_access_token" } } } } `` 3. Get your access token from HubSpot Settings > Integrations > Private Apps 4. Restart Claude and verify the connection

Added: 2026-02-26