Aihawk MCP Server

AIHawk is an anti detect browser and web browsing agent, open source, with an MCP server for coding agents: undetected, no captchas, no blocks. Tell it what you want in plain language. It runs locally over stdio via the published package.

People who work with autonomous agents, browser and computer use and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 31,628 · #7 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Aihawk

before you install - you'll need

Set OPENROUTER_API_KEY, STEALTHFOX_BINARY before connecting.

Claude Code

claude mcp add feder-cr-aihawk -- uvx aihawk

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "feder-cr-aihawk": {
      "command": "uvx",
      "args": [
        "aihawk"
      ]
    }
  }
}

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

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 local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package aihawk - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Aihawk can do

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

Latest releases

v0.68.7 · 2026-09-18

invisible-playwright is declared with >=, so somebody who already has an · older wheel installed updates this package and keeps whatever that wheel does. · Up to 0.22.0 that means a click is not delivered once: the…

v0.68.4 · 2026-09-17

It reads as "the transcript stops scrolling after a while". It never scrolled. For the first 24 rows the transcript is shorter than the window, so there is nothing to scroll and every distance to the bottom is zero by…

v0.68.3 · 2026-09-16

child_env strips the OpenRouter key from the environment the interface hands its child, by name and by every alias carrying the value, with twenty-two tests behind it. The child then took it straight back. · The child…

04 · Who maintains Aihawk

AIHawk is maintained by feder-cr. It's the only MCP server we track from this author; the repo dates to Aug 2024.

05 · Facts

category
browser automation - ranked #7 of 255 actively-maintained browser automation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-18)
registry
io.github.feder-cr/aihawk (active, first published 2026-09-12 · 31 versions)
packages
pypi:aihawk

06 · Aihawk FAQ

What is Aihawk?

AIHawk is an anti detect browser and web browsing agent, open source, with an MCP server for coding agents: undetected, no captchas, no blocks. Tell it what you want in plain language. It runs locally over stdio via the published package.

Is Aihawk still maintained?

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

How do I install Aihawk?

Run `uvx aihawk`. The README documents 2 environment variables (OPENROUTER_API_KEY, STEALTHFOX_BINARY) to set first. Set OPENROUTER_API_KEY, STEALTHFOX_BINARY before connecting. You can also paste the ready-made client config above.

Does Aihawk run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Aihawk

More browser automation MCP servers · Feedthrough · Scout · Figranium MCP · Flyto Core · Expo Android MCP

More Python MCP servers · Create Survey · Nano Pay · Spend Shield · LLM Preflight · Gflow CLI · see all