[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-92359":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":16,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},92359,"kogiqa-mcp","atagon-GmbH\u002Fkogiqa-mcp","atagon-GmbH","This web browser has been designed to help your agent debug and develop complex web applications. (MCP Server)","https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002Fkogiqa-mcp",null,"JavaScript",136,9,128,0,8,43.8,"MIT License",false,"main",true,[23,24,25],"mcp","mcp-server","mcp-tools","2026-07-22 04:02:05","## kogiQA MCP Web Browser\n\nA Model Context Protocol (MCP) server that provides browser automation capabilities using kogiQA. This server\nenables LLMs to interact with web pages through natural language, bypassing the need for screenshots\nor visually-tuned models.\n\n### For what to use:\n+ Debug style issues on your page\n+ Automatically fix console errors.\n+ Map and document the functionality of your web app\n+ Automatically write end-to-end tests\n+ Automate exploratory testing of your application\n\nSee example prompts [Usage Examples](#usage-examples)\n\n### kogiQA MCP vs Playwright MCP\n\nThe kogiQA MCP Server provides a browser which incorporates the capabilities of the kogiQA browser control algorithm.\nThis enables agents to interact with pages without a selector, saving time and tokens.\n\n\n### Installation\n\nAuto install:\n\n```bash\nnpx kogiqa-mcp@latest\n```\n\n#### Claude Code\n\n```bash\nclaude mcp add kogiqa-browser npx kogiqa-mcp@latest\n```\n\n#### VS Code\n\nClick one of the buttons below to install directly in vs code:\n\n[\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FVS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF\" alt=\"Install in VS Code\" \u002F>](https:\u002F\u002Finsiders.vscode.dev\u002Fredirect?url=vscode-insiders%3Amcp%2Finstall%3F%7B%22name%22%3A%22kogiqa-browser%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22kogiqa-mcp%40latest%22%5D%7D) [\u003Cimg alt=\"Install in VS Code Insiders\" src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FVS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Install%20Server&color=24bfa5\" \u002F>](https:\u002F\u002Finsiders.vscode.dev\u002Fredirect?url=vscode-insiders%3Amcp%2Finstall%3F%7B%22name%22%3A%22kogiqa-browser%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22kogiqa-mcp%40latest%22%5D%7D)\n\nAlternatively, install via the VS Code CLI:\n\n```bash\ncode --add-mcp '{\"name\":\"kogiqa-browser\",\"command\":\"npx\",\"args\":[\"kogiqa-mcp@latest\"]}'\n```\n\n#### Cursor\n\n[\u003Cimg src=\"https:\u002F\u002Fcursor.com\u002Fdeeplink\u002Fmcp-install-dark.svg\" alt=\"Install in Cursor\" \u002F>](https:\u002F\u002Fcursor.com\u002Fen\u002Finstall-mcp?name=kogiqa-browser&config=eyJjb21tYW5kIjoibnB4IGtvZ2lxYS1tY3BAbGF0ZXN0In0=)\n\nAlternatively, go to `Cursor Settings` → `MCP` → `Add new MCP Server` and enter the command\n`npx kogiqa-mcp@latest`.\n\n### Standard configuration\n\nFor any other MCP client, add the following to your MCP configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"kogiqa-browser\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"kogiqa-mcp@latest\"\n      ]\n    }\n  }\n}\n```\n### Usage Examples\nOnce 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.\n\n#### Smoke-test a user flow\n```text\nOpen http:\u002F\u002Flocalhost:3000, log in with the demo credentials, add the first product to the cart, and verify that the cart badge shows \"1\".\n```\n#### Debug a style issue\n```text\nGo to https:\u002F\u002Fmyapp.example.com\u002Fpricing and check why the \"Pro\" plan card overflows its container on a 1280px-wide viewport. Suggest a CSS fix.\n```\n#### Fix console errors\n```text\nNavigate to http:\u002F\u002Flocalhost:5173, open every page linked from the main menu, collect all console errors, and fix them in the source code.\n```\n#### Map and document your app\n```text\nExplore https:\u002F\u002Fstaging.example.com, follow all internal links up to two levels deep, and produce a Markdown document describing each page and its main features.\n```\n#### Generate end-to-end tests\n```text\nWalk through the sign-up flow at http:\u002F\u002Flocalhost:3000\u002Fsignup and write Cypress end-to-end tests covering the happy path and validation errors.\n```\n#### Exploratory testing\n```text\nDo 10 minutes of exploratory testing on http:\u002F\u002Flocalhost:8080: try edge-case inputs in every form you find and report anything that looks broken or inconsistent.\n```\n\n### Requirements\n+ Node.js 20 or newer\n+ VS Code, Cursor, Windsurf, Claude Desktop, Goose, Junie or a other MCP client\n\n","kogiQA MCP 是一个基于 Model Context Protocol（MCP）标准的浏览器自动化服务，专为 AI 代理（Agent）调试与开发 Web 应用而设计。它通过 kogiQA 的 selector-free 浏览器控制算法，使大语言模型能以自然语言指令直接操作网页（如打开页面、定位元素、验证样式、修复控制台错误），无需编写 CSS\u002FXPath 选择器或依赖视觉模型。支持 VS Code、Cursor、Claude 等主流 MCP 客户端，适用于前端调试、端到端测试生成、功能探索性测试及 Web 应用文档自动化等场景。",2,"2026-07-08 04:30:11","CREATED_QUERY"]