Safely schedule Outlook meetings on on-prem Exchange EWS with preview-confirmed writes.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
Get practical integration notes and launch examples for MCP servers like EWS Meeting MCP.
npx -y ews-meeting-mcp{
"EWS_ENDPOINT": "YOUR_VALUE_HERE",
"EWS_EMAIL": "YOUR_VALUE_HERE",
"EWS_USERNAME": "YOUR_VALUE_HERE",
"EWS_PASSWORD": "YOUR_SECRET_VALUE",
"EWS_PASSWORD_KEYCHAIN_SERVICE": "YOUR_VALUE_HERE",
"EWS_PASSWORD_KEYCHAIN_ACCOUNT": "YOUR_VALUE_HERE",
"EWS_AUTH_TYPE": "NTLM",
"EWS_TIMEZONE": "Asia/Taipei"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-ap311036-ews-meeting-mcp": {
"command": "npx",
"args": [
"-y",
"ews-meeting-mcp"
],
"env": {
"EWS_ENDPOINT": "YOUR_VALUE_HERE",
"EWS_EMAIL": "YOUR_VALUE_HERE",
"EWS_USERNAME": "YOUR_VALUE_HERE",
"EWS_PASSWORD": "YOUR_SECRET_VALUE",
"EWS_PASSWORD_KEYCHAIN_SERVICE": "YOUR_VALUE_HERE",
"EWS_PASSWORD_KEYCHAIN_ACCOUNT": "YOUR_VALUE_HERE",
"EWS_AUTH_TYPE": "NTLM",
"EWS_TIMEZONE": "Asia/Taipei"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
EWS Meeting MCP is an MCP server for Safely schedule Outlook meetings on on-prem Exchange EWS with preview-confirmed writes.. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y ews-meeting-mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y ews-meeting-mcp. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y ews-meeting-mcp. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y ews-meeting-mcp. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y ews-meeting-mcp. Add required environment variables before starting Cursor or VS Code.
EWS Meeting MCP uses STDIO transport. Use the package or command config in Install.
EWS Meeting MCP inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
EWS Meeting MCP is marked with Auth required by registry metadata auth. You may need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
ews-meeting-mcpstdio | npm | 0.1.17 | Env: EWS_ENDPOINT required Env: EWS_EMAIL required Env: EWS_USERNAME required Env: EWS_PASSWORD secret Env: EWS_PASSWORD_KEYCHAIN_SERVICE Env: EWS_PASSWORD_KEYCHAIN_ACCOUNT Env: EWS_AUTH_TYPE Env: EWS_TIMEZONE |