Computer-Use Agents API MCP Server

Python SDK for H Company 's Agents API . Documentation · Get an API key · PyPI · TypeScript SDK · H Company. It is available as a remote MCP endpoint.

Teams that work with Hai and want a hosted endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 34 · #171 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Computer-Use Agents API

before you install - you'll need

HAI_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add hcompai-hai-agents-python --transport http https://agp.hcompany.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "hcompai-hai-agents-python": {
      "url": "https://agp.hcompany.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://agp.hcompany.ai/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to agp.hcompany.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry namespace io.github.hcompai is GitHub-verified and matches the repo owner

03 · What Computer-Use Agents API can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.9 · 2026-09-15

408/429 on any method; 5xx and mid-flight connection drops only on idempotent methods; 409 never retried. str(ApiError) leads with the server's detail.

v1.0.8 · 2026-09-15

Generated SDK sync for Agents API 1.0.8. · Session files: list_files, read_file, write_file on a cloud browser's machine (~/Downloads, base64, 8 MiB cap). Addressed by the browser session id from the new…

v1.0.7 · 2026-07-16

Local desktop optimization: screenshots are now downscaled and re-encoded on your machine before upload (default max width 1920, JPEG q85; --max-width, --max-height, --image-format, --quality on hai local desktop)…

04 · Who maintains Computer-Use Agents API

Computer-Use Agents API is maintained by hcompai. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
API integration - ranked #171 of 278 actively-maintained API integration servers as of 2026-09-18.
release cadence
9 releases in the last 90 days (latest 2026-09-15)
registry
io.github.hcompai/hai-agents (active, first published 2026-06-25 · 2 versions)

06 · Computer-Use Agents API FAQ

What is Computer-Use Agents API?

Python SDK for H Company 's Agents API . Documentation · Get an API key · PyPI · TypeScript SDK · H Company. It is available as a remote MCP endpoint.

Is Computer-Use Agents API still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Computer-Use Agents API?

Run `claude mcp add hcompai-hai-agents-python --transport http https://agp.hcompany.ai/mcp`. The README documents one environment variable (HAI_API_KEY) to set first. You can also paste the ready-made client config above.

Does Computer-Use Agents API require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

07 · Alternatives to Computer-Use Agents API