
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 服务器
Mattermost MCP Server
pvevMattermost MCP server to enable Claude to interact with Mattermost Workspaces
PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co

Slack
modelcontextprotocolModel Context Protocol Servers
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 💌
resendThe official MCP server to send emails and interact with Resend
评论