kogiqa-mcp

mcp
Security Audit
Fail
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 14 GitHub stars
Code Fail
  • os.homedir — User home directory access in config.js
  • fs.rmSync — Destructive file system operation in downloadeBinary.js
  • network request — Outbound network request in downloadeBinary.js
  • execSync — Synchronous shell command execution in helper.js
  • network request — Outbound network request in helper.js
  • network request — Outbound network request in package.json
  • network request — Outbound network request in pnpm-lock.yaml
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

This web browser has been designed to help your agent debug and develop complex web applications. (MCP Server)

README.md

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.

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.

Requirements

  • Node.js 20 or newer
  • VS Code, Cursor, Windsurf, Claude Desktop, Goose, Junie or a other MCP client

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

Or

install via the VS Code CLI:

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

Cursor

Install in Cursor

Or

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"
      ]
    }
  }
}

Reviews (0)

No results found