TableCloth MCP
Rank #13,126io.github.yourtablecloth/tablecloth-mcp
Open Korean e-Gov and finance sites in a clean, disposable Windows Sandbox with security programs.
TableCloth MCP is a Model Context Protocol (MCP) server published by yourtablecloth. It ranks #13,126 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. TableCloth MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 19, 2026 and most recently updated on Jul 19, 2026.
Ranks ahead of 102,465 of 115,591 servers on MCP Toplist.
Use TableCloth MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tablecloth-mcp -- npx -y tablecloth-mcp[mcp_servers.tablecloth-mcp]
command = "npx"
args = ["-y", "tablecloth-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tablecloth-mcp": {
"command": "npx",
"args": [
"-y",
"tablecloth-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tablecloth-mcp": {
"command": "npx",
"args": [
"-y",
"tablecloth-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tablecloth-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tablecloth-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tablecloth-mcp": {
"command": "npx",
"args": [
"-y",
"tablecloth-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tablecloth-mcp": {
"command": "npx",
"args": [
"-y",
"tablecloth-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.yourtablecloth%2Ftablecloth-mcp)<a href="https://mcptoplist.com/server/io.github.yourtablecloth%2Ftablecloth-mcp"><img src="https://mcptoplist.com/badge/io.github.yourtablecloth%2Ftablecloth-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
yourtablecloth
Other servers by yourtablecloth
View all yourtablecloth servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.5 | Jul 19, 2026 |
Frequently asked questions
- Who maintains TableCloth MCP?
- TableCloth MCP is maintained by yourtablecloth, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is TableCloth MCP listed on the Official MCP Registry?
- Yes — TableCloth MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does TableCloth MCP have?
- MCP Toplist tracks 1 version of TableCloth MCP, most recently published on Jul 19, 2026.
- Where can I find the source code for TableCloth MCP?
- The source code for TableCloth MCP is hosted at github.com/yourtablecloth/TableClothMcp.