mcpbeat Sign in

Web Browser (kogiQA) MCP Server

local only

Web Browser (kogiQA) runs on your own machine — the client starts it, so there is no endpoint to ping. 276 installs a week from npm. Last commit 8 Sep 2026.

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

Installs per day peak 704 · avg 106 · +234% w/w
a month agotoday
276
Installs / week
npm · kogiqa-mcp
95
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 15 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node postInstall.js
        execSync(`powershell -command "Expand-Archive -Force -Path '${zipPath}' -DestinationPath '${extractedPath}'"`, {stdio: 'inherit'});

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kogiqa-mcp -- npx -y kogiqa-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kogiqa-mcp": {
      "args": [
        "-y",
        "kogiqa-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kogiqa-mcp]
command = "npx"
args = ["-y", "kogiqa-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kogiqa-mcp": {
      "args": [
        "-y",
        "kogiqa-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kogiqa-mcp": {
      "args": [
        "-y",
        "kogiqa-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Web Browser (kogiQA)

same job, measured the same way
Feedthrough
by feedthrough

Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.

67 installs/wk local only
Val
by nyx-intelligence

QA agent for vibecoded apps. Real browser checks, your AI fixes them. Ship to green.

30 installs/wk local only
Browserbase
by mcparmory

Create and control browser sessions for web automation, testing, and AI agent tasks

241 installs/wk local only
I
NodeLane Act
by wy2926

Use Reddit, Zhihu, X and WhatsApp through your signed-in browser with compact, on-demand MCP tools.

local only
Crawlio Browser
by crawlio

Bridge a live Chrome browser to your agent: 150 tools for capture, extraction, and observation.

86 installs/wk local only
Instagram Agent by Nova (CIVAI)
by civai-nova

I use your Instagram Web browser session (Integrations → Instagram Web) via instagrapi, not Meta /…

answering
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

29 installs/wk local only
UISandbox
by ideelab

Play with your app's design in the browser: load a build, turn the knobs, export the code.

81 installs/wk local only

Web Browser (kogiQA) — questions

Answers built from our own checks of this server.

Why is there no uptime for Web Browser (kogiQA)?
Web Browser (kogiQA) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package kogiqa-mcp was installed 276 times last week.
How do I connect Web Browser (kogiQA)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kogiqa-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Web Browser (kogiQA)?
The npm package kogiqa-mcp was installed 276 times in the last week. Week over week that is +234%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Web Browser (kogiQA) open source?
Yes — it is published under the MIT licence, written in JavaScript and 95 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.