H

HubSpot MCP

Read and update contacts, deals, and tickets in HubSpot CRM.

HubSpot·No reviews yet
Repo Docs
Share:

About

Query CRM objects (contacts, companies, deals, tickets), search by properties, create new records, and log engagements. Ideal for sales-ops assistants, lead-enrichment pipelines, and building "ask my pipeline" tools. Uses a HubSpot Private App access token; scopes are enforced by HubSpot.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Install HubSpot MCP

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "hubspot": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hubspot"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "hubspot": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hubspot"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "hubspot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hubspot"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.