Skip to content
Cursor

AIHawk for Cursor

io.github.feder-cr/aihawk

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

client:Cursor transport:stdio runtime:pypi

Install AIHawk in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AIHawk in other clients