Back to MCP Servers
HubSpot Server
Access HubSpot CRM data including contacts, companies, deals, and marketing automation from Claude Code
hubspotcrmmarketingsalescommunity
By HubSpot
Installation
npm install -g @hubspot/mcp-serverConfiguration
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": ["-y", "@hubspot/mcp-server"],
"env": {
"HUBSPOT_ACCESS_TOKEN": "your-hubspot-access-token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes