Local Web Browser MCP Server
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.
Documentation
{{ message }}
atagon-GmbH / kogiqa-mcp Public
- Notifications
- Fork0
- Star 13
main
BranchesTags
Go to file
Code
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
| 2 Commits | |||
| types | types | ||
| LICENSE | LICENSE | ||
| autoRegister.js | autoRegister.js | ||
| config.js | config.js | ||
| downloadeBinary.js | downloadeBinary.js | ||
| helper.js | helper.js | ||
| index.js | index.js | ||
| package.json | package.json | ||
| pnpm-lock.yaml | pnpm-lock.yaml | ||
| postInstall.js | postInstall.js | ||
| readme.md | readme.md | ||
| server.json | server.json | ||
| toolList.json | toolList.json | ||
| tsconfig.json | tsconfig.json | ||
| updateToolList.js | updateToolList.js | ||
| View all files |
Repository files navigation
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@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:
install via the VS Code CLI:
code --add-mcp '{"name":"kogiqa-browser","command":"npx","args":["kogiqa-mcp@latest"]}'
Cursor
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" ] } } }
About
This web browser has been designed to help your agent debug and develop complex web applications. (MCP Server)
www.npmjs.com/package/kogiqa-mcp
mcp mcp-server mcp-tools
Readme
MIT license
Activity
Custom properties
13 stars
0 watching
0 forks
Report repository
Releases
No releases published
Packages
Contributors
Languages
- JavaScript 99.8%
- TypeScript 0.2%