Kogiqa
БесплатноНе проверенThis web browser has been designed to help your agent debug and develop complex web applications. (MCP Server)
Описание
This web browser has been designed to help your agent debug and develop complex web applications. (MCP Server)
README
kogiQA MCP Web Browser
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.
For what to use:
- 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
See example prompts Usage Examples
kogiQA MCP vs Playwright MCP
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
Auto install:
npx kogiqa-mcp@latest
Claude Code
claude mcp add kogiqa-browser npx kogiqa-mcp@latest
VS Code
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"]}'
Cursor
Alternatively, go to Cursor Settings → MCP → Add new MCP Server and enter the command
npx kogiqa-mcp@latest.
Standard configuration
For any other MCP client, add the following to your MCP configuration:
{
"mcpServers": {
"kogiqa-browser": {
"command": "npx",
"args": [
"kogiqa-mcp@latest"
]
}
}
}
Usage Examples
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.
Smoke-test a user flow
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".
Debug a style issue
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.
Fix console errors
Navigate to http://localhost:5173, open every page linked from the main menu, collect all console errors, and fix them in the source code.
Map and document your app
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.
Generate end-to-end tests
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.
Exploratory testing
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.
Requirements
- Node.js 20 or newer
- VS Code, Cursor, Windsurf, Claude Desktop, Goose, Junie or a other MCP client
Установка Kogiqa
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/atagon-GmbH/kogiqa-mcpFAQ
Kogiqa MCP бесплатный?
Да, Kogiqa MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Kogiqa?
Нет, Kogiqa работает без API-ключей и переменных окружения.
Kogiqa — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Kogiqa в Claude Desktop, Claude Code или Cursor?
Открой Kogiqa на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Playwright
Browser automation, scraping, screenshots
автор: MicrosoftPuppeteer
Browser automation and web scraping.
автор: modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
автор: opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
автор: robhunterCompare Kogiqa with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории browse
