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

NameNameLast commit messageLast commit date
2 Commits
typestypes
LICENSELICENSE
autoRegister.jsautoRegister.js
config.jsconfig.js
downloadeBinary.jsdownloadeBinary.js
helper.jshelper.js
index.jsindex.js
package.jsonpackage.json
pnpm-lock.yamlpnpm-lock.yaml
postInstall.jspostInstall.js
readme.mdreadme.md
server.jsonserver.json
toolList.jsontoolList.json
tsconfig.jsontsconfig.json
updateToolList.jsupdateToolList.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 in VS Code Install in VS Code Insiders

install via the VS Code CLI:

code --add-mcp '{"name":"kogiqa-browser","command":"npx","args":["kogiqa-mcp@latest"]}'

Cursor

Install in Cursor

go to Cursor SettingsMCPAdd 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%