kogiQA MCP Web Browser
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.
Ads
Overview
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.
Installation
npx kogiqa-mcp@latest
Configuration
{
"mcpServers": {
"kogiqa-browser": {
"command": "npx",
"args": [
"kogiqa-mcp@latest"
]
}
}
}Capabilities
- 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.
Tags
- anthropic
- llm
- ai-model
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.