hubspot-mcp-server-claude

paulcmpdev/hubspot-mcp-server-claude
★ 0 stars TypeScript 🔌 API Integration Updated today
MCP server wrapping HubSpot's REST API — read/create/update access to engagements (tasks, emails, calls, meetings, notes), CRM core, and schemas. No delete operations.
View on GitHub →

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-c": {
      "command": "npx",
      "args": [
        "-y",
        "paulcmpdev/hubspot-mcp-server-claude"
      ]
    }
  }
}