Tablestakes
Rank #35,466io.github.oborchers/tablestakes
MCP server providing tablestakes capabilities
Tablestakes is a Model Context Protocol (MCP) server published by oborchers. It ranks #35,466 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Tablestakes is listed across 2 registries — Official MCP and PulseMCP, with 4 tracked versions. It was first listed on Mar 23, 2026 and most recently updated on Mar 24, 2026.
Ranks ahead of 79,994 of 115,460 servers on MCP Toplist.
Use Tablestakes
claude mcp add tablestakes -- uvx tablestakes[mcp_servers.tablestakes]
command = "uvx"
args = ["tablestakes"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tablestakes": {
"command": "uvx",
"args": [
"tablestakes"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tablestakes": {
"command": "uvx",
"args": [
"tablestakes"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tablestakes": {
"type": "stdio",
"command": "uvx",
"args": [
"tablestakes"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tablestakes": {
"command": "uvx",
"args": [
"tablestakes"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tablestakes": {
"command": "uvx",
"args": [
"tablestakes"
]
}
}
}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.oborchers%2Ftablestakes)<a href="https://mcptoplist.com/server/io.github.oborchers%2Ftablestakes"><img src="https://mcptoplist.com/badge/io.github.oborchers%2Ftablestakes.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
oborchers
Other servers by oborchers
View all oborchers servers →Available versions (4)
| Version | Published |
|---|---|
| 1.1.0 | Mar 24, 2026 |
| 1.0.0 | Mar 24, 2026 |
| 0.1.2 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Tablestakes?
- Tablestakes is maintained by oborchers, which publishes 3 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Tablestakes listed on the Official MCP Registry?
- Yes — Tablestakes is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Tablestakes have?
- MCP Toplist tracks 4 versions of Tablestakes, most recently published on Mar 24, 2026.
- Where can I find the source code for Tablestakes?
- The source code for Tablestakes is hosted at github.com/oborchers/tablestakes.