Mit Dining
Rank #33,942io.github.hongnoul/mit-dining
MCP server providing mit-dining capabilities
Mit Dining is a Model Context Protocol (MCP) server published by hongnoul. It ranks #33,942 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Mit Dining is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Mar 15, 2026 and most recently updated on Mar 15, 2026.
Ranks ahead of 81,518 of 115,460 servers on MCP Toplist.
Use Mit Dining
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mit-dining -- npx -y mit-dining-mcp[mcp_servers.mit-dining]
command = "npx"
args = ["-y", "mit-dining-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mit-dining": {
"command": "npx",
"args": [
"-y",
"mit-dining-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mit-dining": {
"command": "npx",
"args": [
"-y",
"mit-dining-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mit-dining": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mit-dining-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mit-dining": {
"command": "npx",
"args": [
"-y",
"mit-dining-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mit-dining": {
"command": "npx",
"args": [
"-y",
"mit-dining-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hongnoul%2Fmit-dining)<a href="https://mcptoplist.com/server/io.github.hongnoul%2Fmit-dining"><img src="https://mcptoplist.com/badge/io.github.hongnoul%2Fmit-dining.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
hongnoul
Other servers by hongnoul
View all hongnoul servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Mar 15, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mit Dining?
- Mit Dining is maintained by hongnoul, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Mit Dining listed on the Official MCP Registry?
- Yes — Mit Dining is listed on the Official MCP Registry, alongside Glama.
- How many versions does Mit Dining have?
- MCP Toplist tracks 2 versions of Mit Dining, most recently published on Mar 15, 2026.
- Where can I find the source code for Mit Dining?
- The source code for Mit Dining is hosted at github.com/hongnoul/mit-dining-mcp.