kogiqa-mcp
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.
This web browser has been designed to help your agent debug and develop complex web applications. (MCP Server)
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:
Or
install via the VS Code CLI:
code --add-mcp '{"name":"kogiqa-browser","command":"npx","args":["kogiqa-mcp@latest"]}'
Cursor
Or
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"
]
}
}
}
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found