Skip to content

HubSpot for Zed

io.github.mindstone/mcp-server-hubspot

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

client:Zed transport:stdio runtime:npm

Install HubSpot in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-server-hubspot": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-hubspot"
      ],
      "env": {
        "HUBSPOT_CONFIG_DIR": "<HUBSPOT_CONFIG_DIR>",
        "HUBSPOT_ACCOUNT_EMAIL": "<HUBSPOT_ACCOUNT_EMAIL>",
        "MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>",
        "HUBSPOT_CLIENT_ID": "<HUBSPOT_CLIENT_ID>",
        "HUBSPOT_CLIENT_SECRET": "<HUBSPOT_CLIENT_SECRET>",
        "HUBSPOT_SOURCE_LABEL": "<HUBSPOT_SOURCE_LABEL>",
        "HUBSPOT_DISABLE_REFRESH": "<HUBSPOT_DISABLE_REFRESH>",
        "HUBSPOT_ALLOW_CLOUD_REFRESH": "<HUBSPOT_ALLOW_CLOUD_REFRESH>",
        "HUBSPOT_REQUEST_TIMEOUT_MS": "<HUBSPOT_REQUEST_TIMEOUT_MS>",
        "HUBSPOT_REFRESH_LOCK_STALE_MS": "<HUBSPOT_REFRESH_LOCK_STALE_MS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

HubSpot in other clients