Skip to content
Grok

tablecloth mcp for Grok

io.github.yourtablecloth/tablecloth-mcp

Open Korean e-Gov and finance sites in a clean, disposable Windows Sandbox with security programs.

client:Grok transport:stdio runtime:npm

Install tablecloth mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "tablecloth-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tablecloth-mcp"
      ]
    }
  }
}

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

tablecloth mcp in other clients