hubspotcrmmarketingsales

Summary

HubSpot's official remote MCP server — read and write CRM contacts, deals, tickets, and marketing content via natural language.

Features

  • Read/write CRM objects: contacts, companies, deals, tickets
  • Engagements: calls, emails, meetings, notes, tasks
  • Read-only marketing/content and org data
  • Remote OAuth server, no local install

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "HubSpot" tools will be available.
{
  "mcpServers": {
    "hubspot": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.hubspot.com/anthropic"
      ]
    }
  }
}

Description

HubSpot's official Model Context Protocol server, generally available since April 2026. It's a remote, OAuth-authenticated server (no local install) that exposes CRM objects (contacts, companies, deals, tickets, carts, products, orders, quotes, subscriptions), engagements (calls, emails, meetings, notes, tasks), and read-only organizational and marketing/content data to any MCP client, letting an agent look up and update HubSpot records through natural language.

Related MCP Servers

Browse all MCP servers →