kalender.digital 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., "@kalender.digital MCP ServerList my events for next week"
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.
kalender.digital MCP Server
Ein kleiner MCP-Server für die offizielle kalender.digital API. Er stellt Termine und Unterkalender als klar getrennte MCP-Tools bereit.
Funktionen
Termine auflisten und einzeln abrufen
Termine erstellen, vollständig ändern und löschen
Unterkalender erstellen, umbenennen und löschen
Lokal über
stdiooder als Streamable-HTTP-Server nutzbarAPI-Key ausschließlich über eine Umgebungsvariable
Die kalender.digital API ist laut Anbieter Teil der Premium-Version.
Related MCP server: Google-Calendar Universal MCP
Voraussetzungen
Node.js 20 oder neuer
pnpm
Ein kalender.digital API-Key aus Admin-Einstellungen → API
Installation
pnpm install
pnpm buildLokal starten (stdio)
KALENDER_DIGITAL_API_KEY="dein-api-key" pnpm startBeispiel für eine MCP-Client-Konfiguration:
{
"mcpServers": {
"kalender-digital": {
"command": "node",
"args": ["/ABSOLUTER/PFAD/kalender-digital-mcp/dist/index.js"],
"env": {
"KALENDER_DIGITAL_API_KEY": "dein-api-key"
}
}
}
}HTTP-Modus
KALENDER_DIGITAL_API_KEY="dein-api-key" \
MCP_TRANSPORT=http \
MCP_ALLOWED_ORIGINS="https://claude.ai,https://chatgpt.com" \
PORT=3000 \
pnpm startDer MCP-Endpunkt liegt unter http://localhost:3000/mcp, der Health-Check unter /health. Requests ohne Origin (typische Server-zu-Server-MCP-Clients) sind erlaubt. Browser-Origins müssen explizit in MCP_ALLOWED_ORIGINS stehen.
Der HTTP-Modus verwendet einen gemeinsamen kalender.digital API-Key für alle Nutzer. Für einen öffentlichen Mehrnutzer-Dienst sollte davor eine eigene Authentifizierung ergänzt werden.
Tools
Tool | Wirkung |
| Termine in einem Zeitraum abrufen |
| Einzelnen Termin abrufen |
| Termin erstellen |
| Termin vollständig ändern |
| Termin löschen |
| Unterkalender erstellen |
| Unterkalender umbenennen |
| Unterkalender löschen |
Webhooks werden in kalender.digital selbst eingerichtet und sind deshalb kein MCP-Tool.
Entwicklung
pnpm test
pnpm check
pnpm buildLizenz
MIT
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 Servers
- Alicense-qualityDmaintenanceEnables CRUD operations for calendar events, journal entries, and todos on any CalDAV server (like Radicale) through the Model Communication Protocol.Last updatedMIT
- Alicense-qualityDmaintenanceEnables interaction with Google Calendar through a unified MCP API for managing events, calendars, and related tools.Last updatedMIT
- AlicenseAqualityBmaintenanceMCP server for Apple Calendar and CalDAV providers. Enables listing, creating, updating, deleting events, and checking free/busy status with per-calendar write protection.Last updated666MIT
- Flicense-qualityBmaintenanceEnables MCP clients to manage Google Calendar events, including CRUD operations, recurring events, free/busy queries, and push notifications via webhooks.Last updated
Related MCP Connectors
Calendly MCP Pack — wraps the Calendly API v2 for scheduling data.
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
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/Movm/kalender-digital-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server