Skip to content
VS Code

AIHawk for VS Code

io.github.feder-cr/aihawk

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

client:VS Code transport:stdio runtime:pypi

Install AIHawk in VS Code

.vscode/mcp.json

{
  "servers": {
    "aihawk": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aihawk"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AIHawk in other clients