Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Mensa TUD Server

FreeNot checked

An MCP server for accessing the TU Dresden canteen API. It provides tools to query canteen information, available days, and daily meal menus.

GitHubEmbed

About

An MCP server for accessing the TU Dresden canteen API. It provides tools to query canteen information, available days, and daily meal menus.

README

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:

  1. list_canteens - List all available canteens with their IDs, names, addresses, and coordinates
  2. list_canteen_days - List all days for which a specific canteen has meal data available
  3. get_meals - Get all meals available at a specific canteen on a specific date (defaults to today)

Installation

  1. Install uv (fast Python package manager)

  2. 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/v2
  • Documentation: OpenMensa API

License

This is a simple MCP server implementation for educational and personal use provided unter MIT License.

from github.com/ScaDS/mensa-tud-mcp

Install Mensa TUD Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mensa-tud-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mensa-tud-mcp-server -- uvx --from git+https://github.com/ScaDS/mensa-tud-mcp mensa-tud-mcp

FAQ

Is Mensa TUD Server MCP free?

Yes, Mensa TUD Server MCP is free — one-click install via Unyly at no cost.

Does Mensa TUD Server need an API key?

No, Mensa TUD Server runs without API keys or environment variables.

Is Mensa TUD Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Mensa TUD Server in Claude Desktop, Claude Code or Cursor?

Open Mensa TUD Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Mensa TUD Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs