A comprehensive HubSpot MCP server covering all 100+ API categories, built with the Model Context Protocol Python SDK. Mirror of: https://git.al3xdev.com/alex/hubspot-mcp-server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"hubspot-mcp-server": {
"command": "uvx",
"args": [
"hubspot-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add hubspot-mcp-server uvx hubspot-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"hubspot-mcp-server": {
"command": "uvx",
"args": [
"hubspot-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install hubspot-mcp-server