tabedata-mcp
Rank #13,518io.github.mrslbt/tabedata-mcp
Bilingual JP/EN Japanese food nutrition for AI: 460 sourced konbini, chain & brand items.
tabedata-mcp is a Model Context Protocol (MCP) server published by mrslbt. It ranks #13,518 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. tabedata-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 8, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 101,942 of 115,460 servers on MCP Toplist.
Use tabedata-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tabedata-mcp -- npx -y tabedata-mcp[mcp_servers.tabedata-mcp]
command = "npx"
args = ["-y", "tabedata-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tabedata-mcp": {
"command": "npx",
"args": [
"-y",
"tabedata-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tabedata-mcp": {
"command": "npx",
"args": [
"-y",
"tabedata-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tabedata-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tabedata-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tabedata-mcp": {
"command": "npx",
"args": [
"-y",
"tabedata-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tabedata-mcp": {
"command": "npx",
"args": [
"-y",
"tabedata-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.mrslbt%2Ftabedata-mcp)<a href="https://mcptoplist.com/server/io.github.mrslbt%2Ftabedata-mcp"><img src="https://mcptoplist.com/badge/io.github.mrslbt%2Ftabedata-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mrslbt
Other servers by mrslbt
- rakuten-mcp#10,792 · 2 vers
- rippr#22,794 · 3 vers
- japan-ux-mcp#24,756 · 3 vers
- pdf-it#24,757 · 2 vers
- xendit-mcp#25,955 · 2 vers
- paypay-mcp#29,001 · 3 vers
- nankai-trough-mcp#47,564 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.5.0 | Aug 2, 2026 |
| 1.2.0 | Jun 5, 2026 |
Frequently asked questions
- Who maintains tabedata-mcp?
- tabedata-mcp is maintained by mrslbt, which publishes 8 MCP servers (19 total versions) tracked on MCP Toplist.
- Is tabedata-mcp listed on the Official MCP Registry?
- Yes — tabedata-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does tabedata-mcp have?
- MCP Toplist tracks 2 versions of tabedata-mcp, most recently published on Aug 2, 2026.
- Where can I find the source code for tabedata-mcp?
- The source code for tabedata-mcp is hosted at github.com/mrslbt/tabedata-mcp.