Aginx Browser for Claude Desktop
net.aginx/aginxbrowser
Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.
client:Claude Desktop
transport:streamable-http
tools:40
Install Aginx Browser in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"aginxbrowser": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://browser.aginx.net/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs