/MCP servers
For Developers

MCP servers

Drive OpenHelm from ChatGPT, Claude, Cursor and other MCP clients.

The OpenHelm MCP servers wrap the same /v1 engine so any MCP client can drive it — no code. They are remote, Streamable-HTTP servers; you add a URL.

The servers

ServerURLFor
General-purposehttps://mcp.openhelm.ai/main/mcpRaw run/job/connection primitives
Deep researchhttps://mcp.openhelm.ai/research/mcpCompany diligence, filings, comps
SEO & GEOhttps://mcp.openhelm.ai/seo/mcpKeyword + content + AI-citation
Email outreachhttps://mcp.openhelm.ai/email/mcpSend + handle replies
Dev changeshttps://mcp.openhelm.ai/dev/mcpOpen PRs, review, deps

See each on the developer hub.

Connect

  • ChatGPT / Claude / Cursor: add the URL as a remote connector. Approve the "Connect with OpenHelm" prompt (a card starts your free trial).
  • stdio-only clients (Claude Desktop): bridge it:
{ "mcpServers": { "openhelm": { "command": "npx",
  "args": ["-y", "mcp-remote", "https://mcp.openhelm.ai/main/mcp"] } } }

Long-running tasks

The servers bounded-wait ~75 seconds, then return a task_id; your assistant calls check_result to retrieve the finished output, so a connection never hangs mid-run.