Real-time MIT dining hall menus with dietary filtering across all 6 halls
claude mcp add mit-dining -- npx -y mit-dining-mcp
claude_desktop_config.json
{
"mcpServers": {
"mit-dining": {
"command": "npx",
"args": [
"-y",
"mit-dining-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mit-dining": {
"command": "npx",
"args": [
"-y",
"mit-dining-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mit-dining": {
"command": "npx",
"args": [
"-y",
"mit-dining-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mit-dining": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mit-dining-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mit-dining": {
"command": "npx",
"args": [
"-y",
"mit-dining-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.hongnoul--mit-dining/reviews or the review_server meta-tool.
POST /mcp