Home › Productivity › EWS Meeting MCP
EWS Meeting MCP
Safely schedule Outlook meetings on on-prem Exchange EWS with preview-confirmed writes.
Topics: Workplace & Productivity
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.1.17)
npx -y ews-meeting-mcp@0.1.17
Or add to your MCP client config:
{
"mcpServers": {
"ews-meeting-mcp": {
"command": "npx",
"args": [
"-y",
"ews-meeting-mcp@0.1.17"
],
"env": {
"EWS_ENDPOINT": "<YOUR_VALUE>",
"EWS_EMAIL": "<YOUR_VALUE>",
"EWS_USERNAME": "<YOUR_VALUE>",
"EWS_PASSWORD": "<YOUR_VALUE>",
"EWS_PASSWORD_KEYCHAIN_SERVICE": "<YOUR_VALUE>",
"EWS_PASSWORD_KEYCHAIN_ACCOUNT": "<YOUR_VALUE>",
"EWS_AUTH_TYPE": "<YOUR_VALUE>",
"EWS_TIMEZONE": "<YOUR_VALUE>"
}
}
}
}
EWS_ENDPOINTrequired — Exchange EWS endpoint, for example https://mail.company.com/EWS/Exchange.asmxEWS_EMAILrequired — Mailbox email address used as the meeting organizer.EWS_USERNAMErequired — Exchange login username, often DOMAIN\username for NTLM.EWS_PASSWORDsecret — Exchange password. Prefer macOS Keychain variables when possible.EWS_PASSWORD_KEYCHAIN_SERVICE— Optional macOS Keychain service name for reading the password locally.EWS_PASSWORD_KEYCHAIN_ACCOUNT— Optional macOS Keychain account. Defaults to EWS_USERNAME when omitted.EWS_AUTH_TYPE— Exchange auth type. Usually NTLM for on-prem Exchange.EWS_TIMEZONE— IANA timezone for calendar operations.
Related servers
google_workspace_mcp
Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets…
crosspaste-desktop
Open-source cross-device clipboard manager with a built-in MCP server. Search and retrieve clipboard history synced across all your…
boss-agent-cli
BOSS Zhipin recruitment workflow for AI agents. 49 MCP tools for job search, welfare filtering, recruiter messaging, pipeline tracking,…
mcp-gsuite
Integration with gmail and Google Calendar.
mcp-odoo
Odoo MCP: gated writes, multi-instance. Free hosted: ERPipe (mcp.erpipe.com)
Workopia — Job Search
Search 6.3M+ live jobs from companies' own career pages, plus resume tailoring & cover letters.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry