
OpenHeidelberg
from rawdlite
Fetches and merges iCal calendar entries from various sources.
๐ฅ๐ฅโ VerifiedFreeQuick setup
mcp-openheidelberg
Project Description
https://nx.openheidelberg.de/s/HJjR7FAtbmLYtLY
Working on the Api
uv run cli.py tasks
Working on the client
uv run client.py
Working on the Web App
uv run flet run
Working on the Chat
uv run matrix.py
Copy & paste โ that's it
uv run cli.py tasksGetting started
-
clone repository
-
cd mpc-openheidelberg
-
uv venv
-
uv sync
cp config_sample.toml ~/.config/mpc/config.toml
fill in requiered values
create claude_desktop_config.json
{
"mcpServers": {
"Openheidelberg": {
"command": "/Users/tom/.local/bin/uv",
"args": [
"run",
"--directory",
"/Users/tom/projects/python-dev/mcp-openheidelberg",
"--with",
"mcp",
"server/openheidelberg.py"
]
}
}
}obviously you need to adapt the path.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.