HubSpot API: 1,000+ endpoints as safety-categorized, hub- and plan-aware MCP tools, stdio or HTTP.
npx @getmcp/cli add io.github.ohneben/hubspot-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
MCP_TRANSPORTServer transport. Set to 'stdio' for local MCP clients; the image otherwise starts the Streamable HTTP transport.
HUBSPOT_ACCESS_TOKENHubSpot service key or legacy private app token (pat-...), from Settings -> Integrations. An OAuth access token also works.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ohneben/hubspot-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MCP_TRANSPORT",
"-e",
"HUBSPOT_ACCESS_TOKEN",
"-e",
"HUBSPOT_BASE_URL",
"-e",
"HUBSPOT_TOOL_MODE",
"-e",
"HUBSPOT_READ_ONLY",
"-e",
"HUBSPOT_CAPABILITY_CHECK",
"-e",
"MCP_AUTH_TOKEN",
"ghcr.io/ohneben/hubspot-mcp:2.0.1"
],
"env": {
"MCP_TRANSPORT": "stdio",
"HUBSPOT_ACCESS_TOKEN": "",
"HUBSPOT_BASE_URL": "",
"HUBSPOT_TOOL_MODE": "discovery",
"HUBSPOT_READ_ONLY": "false",
"HUBSPOT_CAPABILITY_CHECK": "true",
"MCP_AUTH_TOKEN": ""
}
}
}
}Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Ephemeral data sandbox for AI workflows with guardrails and security
MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.
Run efficiency for coding agents: share of paid tokens that became output, not context re-reading.