
EWS Meeting MCP
@ap311036
EWS Meeting MCP について
Safely schedule Outlook meetings on on-prem Exchange EWS with room-aware slot suggestions, local credentials, preview-confirmed writes, and audit-friendly lifecycle records.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ews-meeting-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"EWS_ENDPOINT": "https://mail.company.com/EWS/Exchange.asmx",
"EWS_EMAIL": "[email protected]",
"EWS_USERNAME": "DOMAIN\\username",
"EWS_PASSWORD": "<YOUR_EWS_PASSWORD>",
"EWS_AUTH_TYPE": "NTLM",
"EWS_TIMEZONE": "Asia/Taipei"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is EWS Meeting MCP?
EWS Meeting MCP is an MCP server for safely scheduling Outlook meetings on on-prem Microsoft Exchange via EWS. It is built for organizations that cannot use cloud-first Microsoft Graph integrations, keeping credentials local and requiring preview-confirmed writes for all calendar operations.
How to use EWS Meeting MCP?
Install with npx -y [email protected] and configure environment variables for your Exchange EWS endpoint, credentials, authentication type, and timezone.
Key features of EWS Meeting MCP
- Resolve attendees and Exchange room mailboxes
- Suggest available meeting slots before booking
- Preview meeting changes before any write operation
- Create, update, and cancel Outlook meetings through Exchange EWS
- Keep Exchange credentials local with environment variables or macOS Keychain
- Maintain audit-friendly lifecycle records for scheduling actions
Use cases of EWS Meeting MCP
- Schedule meetings with room resources in an on-prem Exchange environment
- Find and propose free time slots before sending invites
- Review and confirm meeting changes before they are written
- Manage meeting lifecycles while keeping credentials on-premises
FAQ from EWS Meeting MCP
What is EWS Meeting MCP for?
It schedules Outlook meetings on on-prem Exchange EWS, designed for organizations that cannot use Microsoft Graph due to on-premises Exchange.
How are Exchange credentials handled?
Credentials are kept local using environment variables (e.g., EWS_PASSWORD) or stored in macOS Keychain.
Does the server preview changes before writing?
Yes, it requires a preview-confirmed step before creating, updating, or cancelling meetings.
What authentication method does it use?
It uses NTLM authentication, configurable via the EWS_AUTH_TYPE environment variable.
What transport does the server communicate over?
It communicates via HTTP/HTTPS to the Exchange EWS endpoint specified in EWS_ENDPOINT.
「コミュニケーション」の他のコンテンツ
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
MCP Communicator (Telegram)
qpd-vAn MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
Telegram MCP Server
chigwellTelegram MCP server powered by Telethon to let MCP clients read chats, manage groups, and send/modify messages, media, contacts, and settings.
Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
コメント