Loading MCP server directory, please wait...
Safely schedule Outlook meetings on on-prem Exchange EWS with preview-confirmed writes.
npx @getmcp/cli add io.github.ap311036/ews-meeting-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
EWS_ENDPOINTExchange EWS endpoint, for example https://mail.company.com/EWS/Exchange.asmx
EWS_EMAILMailbox email address used as the meeting organizer.
EWS_USERNAMEExchange login username, often DOMAIN\username for NTLM.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ap311036/ews-meeting-mcp": {
"command": "npx",
"args": [
"-y",
"ews-meeting-mcp"
],
"env": {
"EWS_ENDPOINT": "",
"EWS_EMAIL": "",
"EWS_USERNAME": "",
"EWS_PASSWORD": "",
"EWS_PASSWORD_KEYCHAIN_SERVICE": "",
"EWS_PASSWORD_KEYCHAIN_ACCOUNT": "",
"EWS_AUTH_TYPE": "NTLM",
"EWS_TIMEZONE": "Asia/Taipei"
}
}
}
}