Skip to content
VS Code

KitchenSink4Web for VS Code

io.github.kitchensink4ai/kitchensink4web

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

client:VS Code transport:stdio runtime:pypi

Install KitchenSink4Web in VS Code

.vscode/mcp.json

{
  "servers": {
    "kitchensink4web": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "kitchensink4web"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

KitchenSink4Web in other clients