Canteen Menu MCP App Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Canteen Menu MCP App Serverwhat's today's menu?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Canteen Menu MCP App Server
An MCP App that displays today's canteen menu with interactive ordering and reaction features.
NOTE: This is a DEMO and not feature-complete. It's purpose is to show what you can do with MCP Apps.
Features
Daily menu display - Shows dish of the day and green dish
Food images - Visual preview of each dish
Order takeaway - One-click ordering for takeaway
Reactions - Give thumbs up π or thumbs down π to dishes
Host theme integration - Adapts to light/dark mode
Related MCP server: What's for Dinner? MCP Server
Quick Start
# Install dependencies
npm install
# Build and start
npm run startThe server runs at http://localhost:3002/mcp.
Claude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"canteen-menu": {
"command": "npx",
"args": [
"tsx",
"/path/to/canteen-menu-server/main.ts",
"--stdio"
]
}
}
}Visual Studio Code
Add to mcp.json:
{
"servers": {
"MCP-CanteenMenu": {
"type": "stdio",
"command": "npx",
"args": [
"tsx",
"/path/to/canteen-menu-server/main.ts",
"--stdio"
]
}
},
"inputs": []
}
Development
npm run devLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/simon-k/canteen-menu-mcp-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server