MCP-Server.-Calendar-
If you are the rightful owner of MCP-Server.-Calendar- and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A FastAPI-based MCP server providing calendar management tools for AI agents in n8n.
The MCP Calendar Tool Server is a FastAPI-based server designed to facilitate calendar management for AI agents operating within the n8n workflow automation platform. It offers a suite of tools for managing calendar events, including checking availability, adding, updating, and deleting events. The server supports real-time tool discovery through Server-Sent Events (SSE) and provides HTTP endpoints for executing these tools. Authentication is managed via API keys, ensuring secure access to the server's functionalities. The server is designed with mock implementations, allowing for easy integration with real calendar APIs in the future. The project is structured to support development and testing, with clear guidelines for setup and execution.
Features
- Server-Sent Events (SSE) for real-time tool discovery
- HTTP endpoints for tool execution
- Comprehensive calendar management tools
- API key authentication
- Mock implementations for easy integration with real APIs