ufind-mcp
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., "@ufind-mcpWhen and where does 180013 meet?"
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.
ufind-mcp
An MCP server for u:find, the course catalogue of the University of Vienna. Ask your assistant what a department offers this semester, when a course meets, who teaches it, or where a room is. Read only, no account, no API key.
Install
git clone https://github.com/ParadoxTR/ufind-mcp.git
cd ufind-mcp
uv syncAdd it to Claude Code:
claude mcp add ufind --scope user -- uv --directory /absolute/path/to/ufind-mcp run ufind-mcpOr add it to Claude Desktop, Cursor or any other MCP client:
{
"mcpServers": {
"ufind": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/ufind-mcp", "run", "ufind-mcp"]
}
}
}What you can ask
Which courses does the Bachelor Informatik programme offer in 2026W?
When and where does 180013 meet, and who teaches it?
Find logic courses next semester with fewer than 3 ECTS.
What is Benjamin Schnieder teaching this winter?
Give me the module structure of the Master Philosophie curriculum.
Tools
Tool | What it does |
| Free text course search across titles, LV numbers, lecturers and semesters |
| One course in full: groups, lecturers, every date and room, curriculum placement, description, registration window, exams |
| Weekly pattern and all dates of a group, or the raw iCal feed |
| Every top level unit of the Vorlesungsverzeichnis for a semester |
| Bachelor, Master, Doktorat and extension curricula, filterable by department or name |
| Every course a department or programme offers in a semester, grouped by module |
| Curriculum structure without the courses |
| Staff lookup with room, email and affiliations |
| Institutes, departments and faculties |
| Courses that have exam records |
| Which semester codes exist and which one is current |
Semesters are written 2026W (winter 2026/27) or 2027S. Every tool also accepts current, next and previous.
Configuration
Variable | Default | Meaning |
|
| Set to |
|
| Where responses are cached |
| unset | Set to |
|
| Request timeout, the staff search page can be slow |
|
| Minimum pause between requests |
|
| User agent sent to u:find |
Good to know
u:find has no public API. This server reads the XML endpoints that the mobile clients use and, for the parts those endpoints do not cover, the public web pages. That means the university can change things without notice. Requests go out one at a time with a small pause, and every response is cached on disk, so normal use stays light on their servers.
A semester that has not started yet is incomplete. Course descriptions, registration windows and exam dates often stay empty until the term begins.
Catalogue paths are specific to one semester, so a programme has a different id in 2026W than in 2026S. The server resolves programmes by name for the semester you ask about and warns you if a path belongs to a different term.
A course that counts towards several modules appears once per module in a programme listing. Output always states how many entries and how many distinct courses that is.
Tests
uv run python tests/smoke.py # live data, parsing and completeness
uv run python tests/mcp_smoke.py # calls every tool over the MCP protocolDisclaimer
This project is not affiliated with, endorsed by or supported by the University of Vienna. It reads endpoints that are not part of a documented public API, so it can break at any time. Use it for your own studies and keep the default rate limiting in place. If you need guaranteed access, ask the university.
License
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.
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Official Microsoft MCP Server to query Microsoft Entra data using natural language
MCP server for the Inistate platform: module discovery, entry management, and activity submission.
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/ParadoxTR/ufind-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server