calendar-ai-mcp MCP server by MEOK AI Labs
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-csoai-org-calendar-ai-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
calendar-ai-mcp MCP server by MEOK AI Labs
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/calendar-ai-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Calendar AI MCP Server — Schedule management tools.
| Tool | Description |
|---|---|
create_event | Create a calendar event. start/end in ISO 8601 format (YYYY-MM-DDTHH:MM:SS). |
find_free_slot | Find free time slots. busy_slots: JSON array of {start, end} objects. date: YYYY |
calculate_duration | Calculate duration between two ISO 8601 datetime strings. |
timezone_convert | Convert time between UTC offsets. Offsets in hours (e.g., -5 for EST, +1 for CET |
pip install meok-calendar-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"calendar-ai": {
"command": "python",
"args": ["-m", "meok_calendar_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs