Skip to content
Cursor

mit dining for Cursor

io.github.hongnoul/mit-dining

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

client:Cursor transport:stdio runtime:npm

Install mit dining in Cursor

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

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

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

mit dining in other clients