← Back to browse

HubSpot

Indexed by io.github.mindstone

About

HubSpot CRM: contacts, deals, tickets, line items, properties, marketing, files, workflows, threads

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsHUBSPOT_CONFIG_DIR HUBSPOT_ACCOUNT_EMAIL MCP_WORKSPACE_PATH HUBSPOT_CLIENT_ID HUBSPOT_CLIENT_SECRET HUBSPOT_SOURCE_LABEL HUBSPOT_DISABLE_REFRESH HUBSPOT_ALLOW_CLOUD_REFRESH HUBSPOT_REQUEST_TIMEOUT_MS HUBSPOT_SCOPE_TIER HUBSPOT_REFRESH_LOCK_STALE_MS
Claude Code
claude mcp add --env HUBSPOT_CONFIG_DIR= --env HUBSPOT_ACCOUNT_EMAIL= --env MCP_WORKSPACE_PATH= --env HUBSPOT_CLIENT_ID= --env HUBSPOT_CLIENT_SECRET= --env HUBSPOT_SOURCE_LABEL= --env HUBSPOT_DISABLE_REFRESH= --env HUBSPOT_ALLOW_CLOUD_REFRESH= --env HUBSPOT_REQUEST_TIMEOUT_MS= --env HUBSPOT_SCOPE_TIER= --env HUBSPOT_REFRESH_LOCK_STALE_MS= mcp-server-hubspot -- npx @mindstone/mcp-server-hubspot
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-server-hubspot","command":"npx","args":["@mindstone/mcp-server-hubspot"],"env":{"HUBSPOT_CONFIG_DIR":"","HUBSPOT_ACCOUNT_EMAIL":"","MCP_WORKSPACE_PATH":"","HUBSPOT_CLIENT_ID":"","HUBSPOT_CLIENT_SECRET":"","HUBSPOT_SOURCE_LABEL":"","HUBSPOT_DISABLE_REFRESH":"","HUBSPOT_ALLOW_CLOUD_REFRESH":"","HUBSPOT_REQUEST_TIMEOUT_MS":"","HUBSPOT_SCOPE_TIER":"","HUBSPOT_REFRESH_LOCK_STALE_MS":""}}'
JSON
{
  "mcpServers": {
    "mcp-server-hubspot": {
      "command": "npx",
      "args": [
        "@mindstone/mcp-server-hubspot"
      ],
      "env": {
        "HUBSPOT_CONFIG_DIR": "",
        "HUBSPOT_ACCOUNT_EMAIL": "",
        "MCP_WORKSPACE_PATH": "",
        "HUBSPOT_CLIENT_ID": "",
        "HUBSPOT_CLIENT_SECRET": "",
        "HUBSPOT_SOURCE_LABEL": "",
        "HUBSPOT_DISABLE_REFRESH": "",
        "HUBSPOT_ALLOW_CLOUD_REFRESH": "",
        "HUBSPOT_REQUEST_TIMEOUT_MS": "",
        "HUBSPOT_SCOPE_TIER": "",
        "HUBSPOT_REFRESH_LOCK_STALE_MS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.