
Local Web Browser
โ 13from 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.
kogiQA MCP Web Browser
This web browser has been designed to help your agent debug and develop complex web applications.
Installation
Auto install:
npx kogiqa-mcp@latestClaude Code
claude mcp add kogiqa-browser npx kogiqa-mcp@latestVS 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:
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
{
"mcpServers": {
"kogiqa-browser": {
"command": "npx",
"args": [
"kogiqa-mcp@latest"
]
}
}
}This tool doesn't publish a standard install command โ the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.