loading…
Search for a command to run...
loading…
Calendar AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Calendar AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"calendar-ai-mcp": {
"command": "npx",
"args": []
}
}
}