ap311036/ews-meeting-mcp
by Various
MCP server and CLI for scheduling meetings through on-prem Exchange EWS
MCP
ap311036/ews-meeting-mcp
Added 11 June 2026
Overview
A Python-based MCP server and CLI that schedules meetings through on-prem Exchange Web Services (EWS). It exposes meeting creation as a tool callable by MCP-compatible clients.
Best for
Best for
Developers needing to schedule meetings on on-prem Exchange via MCP
Use cases
- Create meetings on on-prem Exchange from an MCP client
- Automate meeting scheduling via CLI scripts
- Integrate calendar booking into AI agent workflows
How to use
Install
npx ews-meeting-mcp Tools exposed
ews_setup_checkews_keychain_statusews_signature_setup_guideews_list_calendarews_get_free_busyews_find_calendar_eventsews_resolve_attendeesews_list_roomsews_suggest_slotsews_create_meeting_previewews_create_meeting_confirmedews_update_meeting_previewews_update_meeting_confirmedews_cancel_meeting_previewews_cancel_meeting_confirmedews_verify_meetingews_get_audit_log
Example client config
{\n "mcpServers": {\n "ews-meeting-mcp": {\n "command": "npx",\n "args": ["-y", "ews-meeting-mcp@0.1.23"],\n "env": {\n "EWS_ENDPOINT": "https://mail.company.com/EWS/Exchange.asmx",\n "EWS_EMAIL": "your_user@company.com",\n "EWS_USERNAME": "DOMAIN\your_user",\n "EWS_PASSWORD_KEYCHAIN_SERVICE": "ews-meeting-mcp",\n "EWS_AUTH_TYPE": "NTLM",\n "EWS_TIMEZONE": "Asia/Taipei"\n }\n }\n }\n} Notes
A Python-based MCP server and CLI that schedules meetings through on-prem Exchange Web Services (EWS). It exposes meeting creation as a tool callable by MCP-compatible clients.
2 stars on GitHub. Last updated 2026-06-11. Licensed MIT.
Use cases
- Create meetings on on-prem Exchange from an MCP client
- Automate meeting scheduling via CLI scripts
- Integrate calendar booking into AI agent workflows
Pros
- Direct support for on-prem Exchange EWS
- Simple MCP interface for programmatic meeting creation
- Lightweight Python implementation
Cons
- Very low community adoption (2 stars)
- Limited to on-prem Exchange, no Office 365 support
- No documented error handling or authentication details
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Direct support for on-prem Exchange EWS
- Simple MCP interface for programmatic meeting creation
- Lightweight Python implementation
Cons
- Very low community adoption (2 stars)
- Limited to on-prem Exchange, no Office 365 support
- No documented error handling or authentication details
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
