Skip to content
Grok

tabedata mcp for Grok

io.github.mrslbt/tabedata-mcp

Bilingual JP/EN Japanese food nutrition for AI: 460 sourced konbini, chain & brand items.

client:Grok transport:stdio runtime:npm

Install tabedata mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

tabedata mcp in other clients