Skip to content
Cursor

tablecloth mcp for Cursor

io.github.yourtablecloth/tablecloth-mcp

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

client:Cursor transport:stdio runtime:npm

Install tablecloth mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tablecloth mcp in other clients