Mensa TUD MCP 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., "@Mensa TUD MCP ServerWhat are the meals at the main canteen today?"
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.
Mensa TUD MCP Server
An MCP (Model Context Protocol) server for accessing the TU Dresden canteen API (Studentenwerk Dresden). This server provides tools to query canteen information, available days, and daily meal menus through the OpenMensa v2 API.
You can access it, e.g. via the jan.ai GUI or using Claude Desktop.

Features
This MCP server provides three tools:
list_canteens - List all available canteens with their IDs, names, addresses, and coordinates
list_canteen_days - List all days for which a specific canteen has meal data available
get_meals - Get all meals available at a specific canteen on a specific date (defaults to today)
Related MCP server: Cafeteria MCP
Installation
Install uv (fast Python package manager)
The dependencies will be automatically installed by uv when running the server
Integrating with GUIs
To use this MCP server e.g. with Claude Desktop, add it to your Claude Desktop configuration file:
On Windows: %APPDATA%\Claude\claude_desktop_config.json
Add the following to your configuration:
{
"mcpServers": {
"mensa-tud": {
"command": "uv",
"args": [
"--directory",
"path\\to\\mensa-tud-mcp",
"run",
"server.py"
]
}
}
}Make sure to adjust the path to match your installation location. In jan.ai you can enter this information under Settings > MCP Servers.
Under the hood
This server uses the OpenMensa v2 API provided by Studentenwerk Dresden:
Base URL:
https://api.studentenwerk-dresden.de/openmensa/v2Documentation: OpenMensa API
License
This is a simple MCP server implementation for educational and personal use provided unter MIT License.
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
- 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/ScaDS/mensa-tud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server