Tablecloth MCP

식탁보(TableCloth)의 "발견과 안전 실행환경 인계" 레이어를 MCP 서버로 제공합니다. 사용자의 상황이나 질의를 받아 지금 필요한 한국 공공(e-Gov)이나 금융 사이트를 찾아주고, 보안프로그램 설치의 번거로움 없이 깨끗한 일회용 Windows Sandbox로 그 사이트를 열어 줍니다. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in C#.

VERIFIED ACTIVE

LAST COMMIT 2026-08-03 · ★ 2 · #124 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

AGPL-3.0 · C# · how we verify → /methodology

01 · Install Tablecloth MCP

Claude Code

claude mcp add yourtablecloth-tableclothmcp -- npx -y tablecloth-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "yourtablecloth-tableclothmcp": {
      "command": "npx",
      "args": [
        "-y",
        "tablecloth-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-18 - young repo, little track record yet

license AGPL-3.0 - declared in the repository

npm package tablecloth-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.yourtablecloth is GitHub-verified and matches the repo owner

03 · What Tablecloth MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.0 · 2026-07-19

Changed · 레인별 런타임 컷오버(SPEC.md 3단계). .mcpb(Claude Desktop)와 npm(npx) 을 Node 순수 JS 로 · 게시하도록 릴리스 파이프라인을 재구성했습니다. NativeAOT 5-플랫폼 매트릭스와 npm 플랫폼 바이너리 · 패키지를 제거했고, .mcpb 는 Claude Desktop 번들 Node 로 실행되는 자기완결 JS 번들이 되었습니다…

v0.2.0 · 2026-07-19

Changed · 구현 간 드리프트를 구조적으로 막기 위해 단일 진실 원천을 도입했습니다. 모든 프롬프트/문자열과 · .wsb 템플릿을 shared/strings.json 과 shared/wsb-template.xml 로 외부화하고, .NET 구현이 이를 · 어셈블리에 임베드해 런타임에 소비하도록 리팩토링했습니다(동작/출력 동일). · 언어 중립 설계 명세 SPEC.md 를 추가했습니다.…

v0.1.8 · 2026-07-19

Added · generate_wsb와 launch_sandbox 응답에 securityNote 필드를 추가했습니다. 생성/실행되는 .wsb가 · 공식 HTTPS 스크립트를 일회용 샌드박스 안에서만 실행하고 호스트에 영향이 없으며 자격증명을 다루지 · 않는다는 동작을 명시해, 어시스턴트가 이 명령을 악성 다운로더로 오탐하거나 사용자 불안을 유발하는 것을 · 줄입니다. 관련 known…

04 · Who maintains Tablecloth MCP

tablecloth-mcp is maintained by yourtablecloth. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
finance - ranked #124 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-07-19)
registry
io.github.yourtablecloth/tablecloth-mcp (active, first published 2026-07-19 · 6 versions)
packages
npm:tablecloth-mcp

06 · Tablecloth MCP FAQ

What is Tablecloth MCP?

식탁보(TableCloth)의 "발견과 안전 실행환경 인계" 레이어를 MCP 서버로 제공합니다. 사용자의 상황이나 질의를 받아 지금 필요한 한국 공공(e-Gov)이나 금융 사이트를 찾아주고, 보안프로그램 설치의 번거로움 없이 깨끗한 일회용 Windows Sandbox로 그 사이트를 열어 줍니다. It runs locally over stdio via the published package.

Is Tablecloth MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-03 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Tablecloth MCP?

Run `npx -y tablecloth-mcp`. You can also paste the ready-made client config above.

Does Tablecloth MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tablecloth MCP