ews-meeting-mcp

ap311036/ews-meeting-mcp
★ 0 stars Python API Integration Updated 5d ago
MCP server and CLI for scheduling meetings through on-prem Exchange EWS
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ews-meeting-mcp": {
      "command": "uvx",
      "args": [
        "ews-meeting-mcp"
      ]
    }
  }
}

Or install with pip: pip install ews-meeting-mcp

README Excerpt

Small local proof of concept for an internal Outlook/Exchange on-prem calendar agent. The first phase is intentionally read-only: - connect to an on-prem EWS endpoint - list your own upcoming calendar events - query attendee free/busy - suggest common meeting slots Creating, updating, or canceling meetings should be added only after the read-only checks pass, and should require explicit human confirmation before sending any invitation.

Tools (5)

ews_create_meeting_previewews_get_free_busyews_list_calendarews_probeews_suggest_slots