Skip to content
Cursor

tabedata mcp for Cursor

io.github.mrslbt/tabedata-mcp

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

client:Cursor transport:stdio runtime:npm

Install tabedata mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tabedata mcp in other clients