mcpbeat Sign in

KitchenSink4Web MCP Server

local only

KitchenSink4Web runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Browser MCP server: budgeted page reads, honest unread accounting, structured extraction.

Installs / week
pypi · kitchensink4web
0
Stars
0 open issues
17 Sep 2026
Last commit
no recent releases
AGPL-3.0
License
Python

What the code does

We read the source, 19 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.

    r = subprocess.run(["powershell", "-NoProfile", "-Command", cmd],
Builds a file path from a variable spikes/attach/run_s5_s6.py:115
    dst = os.path.join(SCRATCH, name)

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 kitchensink4web -- uvx kitchensink4web
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kitchensink4web": {
      "args": [
        "kitchensink4web"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kitchensink4web]
command = "uvx"
args = ["kitchensink4web"]
.cursor/mcp.json
{
  "mcpServers": {
    "kitchensink4web": {
      "args": [
        "kitchensink4web"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kitchensink4web": {
      "args": [
        "kitchensink4web"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to KitchenSink4Web

same job, measured the same way
MCP Browser Research
by infoinlet-marketplace

Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.

30 installs/wk local only
Clickcast
by alexkay28

Drive a real Playwright browser: annotated screenshot + structured page state after every action.

214 installs/wk local only
Alterlab
by alterlab

Web scraping MCP server — scrape, extract structured data, screenshot any site with anti-bot bypass.

128 installs/wk local only
Slack MCP Server
by jtalk22

Catch up on Slack without reading it. Unreads, threads, search. Browser-session or hosted OAuth.

404 installs/wk answering
Stealth Agent Browser
by ykshah1309

Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.

41 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only
E2LLM
by e2llm

E2LLM gives your AI eyes and hands in a real browser: structured perception (SiFR) plus action.

answering
footnote-mcp
by kazkozdev

Source-grounded web research: search, extraction, verification, and browser automation.

193 installs/wk local only

KitchenSink4Web — questions

Answers built from our own checks of this server.

Why is there no uptime for KitchenSink4Web?
KitchenSink4Web 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 pypi package kitchensink4web.
How do I connect KitchenSink4Web?
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 kitchensink4web straight from pypi; nothing to host, nothing to sign up for.
Is KitchenSink4Web open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 0 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.