hubspot-mcp-server

obot-platform/hubspot-mcp-server
★ 0 stars Dockerfile API Integration Updated today
Forked version of the official server to fix a bug
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hubspot-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "obot-platform/hubspot-mcp-server"
      ]
    }
  }
}