Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub 777genius/universal-plugins-for-ai-agents --plugin hubspot-developerCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"hubspot-developer": {
"command": "npx",
"args": [
"-y",
"-p",
"@hubspot/cli@8.3.0",
"hs",
"mcp",
"start"
],
"env": {
"HUBSPOT_CLI_VERSION": "8.3.0",
"HUBSPOT_MCP_STANDALONE": "true"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
HUBSPOT_CLI_VERSION=8.3.0HUBSPOT_MCP_STANDALONE=trueShare bugs, ideas, or general feedback.