name: "HubSpot MCP Server" slug: "hubspot-mcp-server" description: "" github_stars: 397 verification: "security_reviewed" source: "https://github.com/HubSpot/hubspot-api-nodejs" author: "HubSpot" category: "Integrations & Connectors" framework: "MCP" tool_ecosystem: github_repo: "hubspot/hubspot-api-nodejs" github_stars: 397 npm_package: "@hubspot/api-client" npm_weekly_downloads: 1073707
HubSpot MCP Server
Prerequisites
Node.js, npm
Installation
Use the upstream install or setup path that matches your environment:
- npm install @hubspot/api-client
- npm install
- npm run test
- npm run lint
Requirements and caveats from upstream:
- const hubspot = require('@hubspot/api-client')
- const fs = require('fs')
Basic usage or getting-started notes:
defaultHeaders: { 'My-header': 'test-example' },
All methods return a [promise]. The success includes the serialized to JSON body and response objects. Use the API method via:
javascript
Extracted from upstream docs: https://raw.githubusercontent.com/HubSpot/hubspot-api-nodejs/HEAD/README.md