Back to MCP Servers
🧡

HubSpot MCP Server

by HubSpot

HubSpot offers two MCP servers: Remote server for CRM data access and Local developer server for CLI integration. Public beta as of 2025.

Official
Company Integration
Deployment Type
🔄Local & Remote

Supports both local and remote

Authentication
🔐OAuth

OAuth authentication

Installation
Medium

Some configuration needed

Use Cases
Common ways to use this MCP server
CRM management
Contact management
Deal tracking
Marketing automation
Ideal For
This server is perfect for these roles and teams
Sales Teams
Marketing Teams
Customer Success
Developers
Installation
Quick start guide for setting up this MCP server

1. Install via npx

npx -y @modelcontextprotocol/hubspot

2. Add to Claude Desktop config

Edit claude_desktop_config.json

{
  "mcpServers": {
    "hubspot": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/hubspot"],
      "env": {
        "AUTH_TOKEN": "your-oauth-here"
      }
    }
  }
}

3. Restart Claude Desktop

Close and reopen Claude Desktop to load the new MCP server.

Learn More About Model Context Protocol
Understand how MCP works and how to build your own servers