Skip to content
Grok

KitchenSink4Web for Grok

io.github.nometalalchemist/kitchensink4web

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

client:Grok transport:stdio runtime:pypi

Install KitchenSink4Web in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

KitchenSink4Web in other clients