MCP server for integrating HubSpot with Claude Desktop and other MCP clients. Provides access to HubSpot contacts, companies, and deals through conversational tools.
Server Config
{
"mcpServers": {
"hubspot": {
"command": "uv",
"args": [
"run",
"python",
"/path/to/your/project/main.py",
"--mode",
"stdio"
],
"env": {
"HUBSPOT_API_KEY": "your_hubspot_api_key"
}
}
}
}