Enterprise DNA Enterprise DNA
M MCP Servers Developer low

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_check
  • ews_keychain_status
  • ews_signature_setup_guide
  • ews_list_calendar
  • ews_get_free_busy
  • ews_find_calendar_events
  • ews_resolve_attendees
  • ews_list_rooms
  • ews_suggest_slots
  • ews_create_meeting_preview
  • ews_create_meeting_confirmed
  • ews_update_meeting_preview
  • ews_update_meeting_confirmed
  • ews_cancel_meeting_preview
  • ews_cancel_meeting_confirmed
  • ews_verify_meeting
  • ews_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
Free 27-page guide

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.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks