mcpbeat Sign in

AIHawk MCP Server

local only

AIHawk runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.

Installs / week
pypi · aihawk
31628
Stars
1 open issues
18 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check AIHawk every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aihawk -- uvx aihawk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aihawk": {
      "args": [
        "aihawk"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aihawk]
command = "uvx"
args = ["aihawk"]
.cursor/mcp.json
{
  "mcpServers": {
    "aihawk": {
      "args": [
        "aihawk"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aihawk": {
      "args": [
        "aihawk"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to AIHawk

same job, measured the same way
Aginx Browser
by aginx

Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.

37 tools answering
Browserbash
by pramoddutta

Plain-English browser tests for AI agents: real Chrome, deterministic verdicts. Free, no API keys.

95 installs/wk local only
MCP Browser Research
by infoinlet-marketplace

Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.

30 installs/wk local only
Oya Browser
by oyadotai

Real Chrome for agents: start a browser, read pages as numbered markdown, click, type, hand off.

answering
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

166 installs/wk local only
Extensiondev
by extensiondev

Build, run, inspect, and publish browser extensions from any MCP client. 30 tools, 11 browsers.

180 installs/wk local only
Browserbase
by mcparmory

Create and control browser sessions for web automation, testing, and AI agent tasks

241 installs/wk local only
Feedthrough
by feedthrough

Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.

87 installs/wk local only

AIHawk — questions

Answers built from our own checks of this server.

Why is there no uptime for AIHawk?
AIHawk runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package aihawk.
How do I connect AIHawk?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls aihawk straight from pypi; nothing to host, nothing to sign up for.
Is AIHawk open source?
Yes — it is published under the MIT licence, written in Python, 31 628 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.