Skip to main content
Computer-Use Agents ship an official Model Context Protocol server, so hosts like Cursor, Claude Code, VS Code, Codex, and Hermes can run and manage H agents as tools, with no HTTP or SDK code. The server is a remote streamable-HTTP endpoint at /mcp on your region’s host, authenticated with the same H API key (Authorization: Bearer hk-...). Any client that can send a bearer header works; clients that require OAuth, like Claude.ai web or the ChatGPT app, aren’t supported.

Add to your editor

One click installs the hai-agents server, then paste your API key when prompted. The buttons target the EU region (the default):
https://cdn.simpleicons.org/cursor/6b6b70

Add to Cursor

Opens Cursor and prompts to install.
https://cdn.jsdelivr.net/gh/devicons/devicon/icons/vscode/vscode-original.svg

Add to VS Code

Opens VS Code and prompts to install.
On the US region, use Add to Cursor or Add to VS Code instead. Registry-aware clients can also find it in the MCP Registry as io.github.hcompai/hai-agents.

Connect manually

Point your client at the /mcp URL for your region and add the Authorization header.
Your API key is a secret: keep it in your local client config, never in a committed or shared workspace file. In a network-restricted sandbox (for example NVIDIA NemoClaw / OpenShell), also allow your region’s /mcp host in the sandbox egress policy, scoped to the process that makes the call, or the agent can’t reach the server. The computer-use-agents-demos repo has a worked NemoClaw example.

Tools

Next steps

Quickstart

Run your first session end to end with the API or SDKs.

SDKs

The typed Python and TypeScript clients and the hai CLI.

Agents

Configure the agents the MCP tools run, including the public h/ ones.

Coding assistants

Teach your assistant the H APIs with the hai-agents skill.