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:
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"
]
}
}
}
See:
Browser API Reference
All browser actions exposed through the MCP server are documented in the JavaScript SDK API reference. Explore the full list of available methods and their parameters:
The kogiQA MCP Server supports all standard browser actions including navigate, click, type, scroll, screenshot, network inspection, accessibility checks, email testing, and more.