io.github.ap311036

ews-meeting-mcp

EWS Meeting MCP

Safely schedule Outlook meetings on on-prem Exchange EWS with preview-confirmed writes.

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

EWS_ENDPOINT(str)
Required

Exchange EWS endpoint, for example https://mail.company.com/EWS/Exchange.asmx

EWS_EMAIL(str)
Required

Mailbox email address used as the meeting organizer.

EWS_USERNAME(str)
Required

Exchange login username, often DOMAIN\username for NTLM.

EWS_PASSWORD(str)
Secret

Exchange password. Prefer macOS Keychain variables when possible.

EWS_PASSWORD_KEYCHAIN_SERVICE(str)

Optional macOS Keychain service name for reading the password locally.

EWS_PASSWORD_KEYCHAIN_ACCOUNT(str)

Optional macOS Keychain account. Defaults to EWS_USERNAME when omitted.

EWS_AUTH_TYPE(str)
Default:NTLM

Exchange auth type. Usually NTLM for on-prem Exchange.

EWS_TIMEZONE(str)
Default:Asia/Taipei

IANA timezone for calendar operations.