kogiQA MCP Web Browser
About
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.
Details
- Author
- atagon-gmbh
- Categories
- Developer Tools, Other, AI
Jump to
Setup
Install kogiQA MCP Web Browser in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/atagon-gmbh/kogiqa-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
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.
What can you do with kogiQA Web Browser MCP?
Ask your assistant to drive a real browser via natural language—no selectors needed.
- Debug style issues— Have the assistant inspect a page and explain why an element overflows or misaligns, then suggest a CSS fix.
- Fix console errors— Ask the assistant to navigate through pages, collect console errors, and apply fixes in your source code.
- Map and document your app— Instruct the assistant to explore internal links and produce a Markdown overview of each page's features.
- Generate end-to-end tests— Request Cypress tests covering a flow's happy path and validation errors.
- Run exploratory testing— Let the assistant try edge-case inputs in forms and report broken or inconsistent behavior.
A Model Context Protocol (MCP) server that provides browser automation capabilities using kogiQA. This server enables LLMs to interact with web pages through natural language, bypassing the need for screenshots or visually-tuned models.
- Debug style issues on your page
- Automatically fix console errors.
- Map and document the functionality of your web app
- Automatically write end-to-end tests
- Automate exploratory testing of your application
The kogiQA MCP Server provides a browser which incorporates the capabilities of the kogiQA browser control algorithm. This enables agents to interact with pages without a selector, saving time and tokens.
claude mcp add kogiqa-browser npx kogiqa-mcp@latest
Click one of the buttons below to install directly in vs code:
Alternatively, install via the VS Code CLI:
code --add-mcp '{"name":"kogiqa-browser","command":"npx","args":["kogiqa-mcp@latest"]}'
Alternatively, go toCursor Settings→MCP→Add new MCP Serverand enter the commandnpx kogiqa-mcp@latest.
For any other MCP client, add the following to your MCP configuration:
{ "mcpServers": { "kogiqa-browser": { "command": "npx", "args": [ "kogiqa-mcp@latest" ] } } }
Once the server is configured, simply talk to your agent in natural language. Because kogiQA is selector-free, you describe what you want done — not how to find the elements.
Open http://localhost:3000, log in with the demo credentials, add the first product to the cart, and verify that the cart badge shows "1".
Go to https://myapp.example.com/pricing and check why the "Pro" plan card overflows its container on a 1280px-wide viewport. Suggest a CSS fix.
Navigate to http://localhost:5173, open every page linked from the main menu, collect all console errors, and fix them in the source code.
Explore https://staging.example.com, follow all internal links up to two levels deep, and produce a Markdown document describing each page and its main features.
Walk through the sign-up flow at http://localhost:3000/signup and write Cypress end-to-end tests covering the happy path and validation errors.
Do 10 minutes of exploratory testing on http://localhost:8080: try edge-case inputs in every form you find and report anything that looks broken or inconsistent.
- Node.js 20 or newer
- VS Code, Cursor, Windsurf, Claude Desktop, Goose, Junie or a other MCP client
next-devtools-mcp is a MCP server that provides Next.js development tools and utilities for AI coding assistants like Claude and Cursor.
A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.
MCP server that lets Claude Code agents delegate tasks to agents in other project directories, with parallel dispatch, sessions, and async jobs.
Anchor Browser (https://anchorbrowser.io) is secure infrastructure for computer-use agents — stealth cloud browsers, authentication, captcha bypass, and a hosted MCP server for Cursor, Claude, and Windsurf.
Open-source Claude Code plugin replacing Read/Grep/Edit/Bash with token-efficient versions. Independently benchmarked at 57% token reduction on real codebases. 40 MCP tools.
Connects Blender to Claude AI via the Model Context Protocol (MCP), enabling direct interaction and control for prompt-assisted 3D modeling, scene creation, and manipulation.
Context-optimized security plugin for Claude Code that builds architecture maps and redacts secrets.
Charon gives AI clients scoped, auditable access to Lethe memory. connect to Chatgpt or Claude to store memories locally.
Score CLAUDE.md/AGENTS.md, validate clarx-manifest.json, generate CI workflows, and pull repo scan findings into Cursor, Claude, or Grok.
Retrieve and analyze Claude Code conversation history from local files.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





