Labsco
atagon-GmbH logo

Local Web Browser

โ˜… 13

from atagon-GmbH

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

๐Ÿ”ฅ๐Ÿ”ฅFreeQuick setup

kogiQA MCP Web Browser

This web browser has been designed to help your agent debug and develop complex web applications.

Installation

Auto install:

Copy & paste โ€” that's it
npx kogiqa-mcp@latest

Claude Code

Copy & paste โ€” that's it
claude mcp add kogiqa-browser npx kogiqa-mcp@latest

VS Code

Click one of the buttons below to install directly in vs code:

<img src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF" alt="Install in VS Code" /> <img alt="Install in VS Code Insiders" src="https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Install%20Server&color=24bfa5" />

Or

install via the VS Code CLI:

Copy & paste โ€” that's it
code --add-mcp '{"name":"kogiqa-browser","command":"npx","args":["kogiqa-mcp@latest"]}'

Cursor

<img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Install in Cursor" />

Or

go to Cursor Settings โ†’ MCP โ†’ Add new MCP Server and use command and type in npx kogiqa-mcp@latest.

Standard configuration

Copy & paste โ€” that's it
{
  "mcpServers": {
    "kogiqa-browser": {
      "command": "npx",
      "args": [
        "kogiqa-mcp@latest"
      ]
    }
  }
}