Skip to content
HubSpot

HubSpotMCP Server

Added to Onei
5 views

Summary

HubSpot's official remote MCP server — read and write CRM contacts, companies, deals, and tickets through natural language.

Features

  • Read and write CRM objects: contacts, companies, deals, tickets
  • Manage products, quotes, orders, carts, and subscriptions
  • Log and read engagements: calls, emails, meetings, notes, tasks
  • Read-only access to marketing, content, and org data
  • Remote OAuth server with scoped, revocable permissions

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, connects an agent to your HubSpot portal so it can look up and update CRM records conversationally.

It exposes the full CRM object graph for reading and writing — contacts, companies, deals, tickets, products, quotes, orders, carts, and subscriptions — along with engagements such as calls, emails, meetings, notes, and tasks. Organizational data and marketing and content assets are available read-only, which lets an agent ground its answers in your campaigns and pages without being able to change them.

It is a remote, OAuth-authenticated server with nothing to install locally. You create a HubSpot app scoped to exactly the CRM permissions you want the agent to have, then complete a browser OAuth flow to connect — so access is explicit and revocable rather than tied to a long-lived private token.

Related MCP Servers

MCP: Vanta

by Vanta

New

Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.

New

Attio's official hosted MCP server — search, read and write your CRM records, lists, notes, tasks, meetings and emails from any MCP client over OAuth.

1 views

MCP: Fireflies.ai

by Fireflies.ai

Featured

Fireflies.ai's official remote MCP server — 19 tools for searching meeting transcripts and summaries, pulling action items and analytics, and cutting soundbites from recorded calls.

5 views

MCP: ClickUp

by ClickUp

Featured

ClickUp's official remote MCP server — around 40 tools across tasks, search, Docs, Chat and time tracking, over OAuth 2.1 with PKCE.

2 views
Browse all MCP servers →