Skip to content
Grok

mit dining for Grok

io.github.hongnoul/mit-dining

Real-time MIT dining hall menus with dietary filtering across all 6 halls

client:Grok transport:stdio runtime:npm

Install mit dining in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mit-dining": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mit-dining-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

mit dining in other clients