Skip to main content
Glama
simon-k

Canteen Menu MCP App Server

by simon-k

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 start

The 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": []
}

VS Code MCP App

Development

npm run dev

License

MIT

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables menu browsing, recommendation requests, and shopping cart management through a Model Context Protocol interface. Users can interact with food order services to query items and handle order additions or removals via natural language.
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Helps users decide what to eat by randomly selecting meals from a database of 100+ options or a custom list using an interactive spinning wheel widget. It supports cuisine filtering and provides an engaging visual interface to resolve mealtime indecision.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time access to menus from all six MIT Bon Appรฉtit dining halls. It enables users to query daily or weekly schedules and filter options by specific dietary requirements such as vegan, halal, or gluten-free.
    46
    2
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides tools to interact with the strava.cz meal ordering system, enabling users to view menus, check and place orders, and manage their canteen account.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Random food images by category (pizza, burger, dosa, etc.) via Foodish. Keyless.

  • AI-native restaurant discovery: verified/menu-indexed/discovered tiers + signed allergy-safety data.

  • Spoonacular food API: recipes, nutrition, ingredients, meal plans. Free 150/day.

View all MCP Connectors

Latest Blog Posts

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