OpenHeidelberg
Fetches and merges iCal calendar entries from various sources.
mcp-openheidelberg
Project Description
https://nx.openheidelberg.de/s/HJjR7FAtbmLYtLY
Getting 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.
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
Related Servers
Promptheus
AI-powered prompt refinement tool with adaptive questioning and multi-provider support. Intelligently refines prompts through clarifying questions, supports 6+ AI providers (Google Gemini, Anthropic Claude, OpenAI, Groq, Alibaba Qwen, Zhipu GLM), and provides comprehensive prompt engineering capabilities.
Google Calendar
Integrates with Google Calendar to manage events and generate calendar insights.
Kibela
An MCP server for integrating with the Kibela API, allowing LLMs to access and manage content on the knowledge-sharing platform.
Office 365 Calendar
Access Office 365 Calendar data, providing workday insights and productivity analytics.
Valkey AI Tasks
A task management system for AI agents that uses Valkey as its persistence layer.
Work Memory MCP Server
Manages work memories and shares context between AI tools using a local SQLite database.
TaskFlow
An MCP server for integrating task management capabilities into Claude Desktop.
Divide and Conquer
Breaks down complex tasks into manageable pieces and stores them in structured JSON.
Obsidian Local REST API
Interact with your local Obsidian vault using a REST API.
roampal-core
Persistent memory for Claude Code with outcome-based learning. Tracks what helped vs failed, auto-injects context via hooks.