Node.js, npm
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
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: 1152869
---
# 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
- Source: https://github.com/HubSpot/hubspot-api-nodejs
- Extracted from upstream docs: https://raw.githubusercontent.com/HubSpot/hubspot-api-nodejs/HEAD/README.md
## Documentation
- https://developers.hubspot.com/docs/api/overview
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/hubspot-mcp-server/)
No comments yet. Be the first to comment!