EWS Meeting MCP

by ap311036

421 downloads
Not rated
GitHub

About

Safely schedule Outlook meetings on on-prem Exchange EWS with room-aware slot suggestions, local credentials, preview-confirmed writes, and audit-friendly lifecycle records.

Details

Author
ap311036
Downloads
421
Categories
Communication

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name EWS Meeting MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install with npx -y ews-meeting-mcp@0.1.17 and configure environment variables for your Exchange EWS endpoint, credentials, authentication type, and timezone.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ews meeting mcp": {
            "ews-meeting-mcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "ews-meeting-mcp@0.1.17"
                ],
                "env": {
                    "EWS_ENDPOINT": "https://mail.company.com/EWS/Exchange.asmx",
                    "EWS_EMAIL": "organizer@example.com",
                    "EWS_USERNAME": "DOMAIN\\username",
                    "EWS_PASSWORD": "<YOUR_EWS_PASSWORD>",
                    "EWS_AUTH_TYPE": "NTLM",
                    "EWS_TIMEZONE": "Asia/Taipei"
                }
            }
        }
    }
}

McpServers

{
    "ews-meeting-mcp": {
        "command": "npx",
        "args": [
            "-y",
            "ews-meeting-mcp@0.1.17"
        ],
        "env": {
            "EWS_ENDPOINT": "https://mail.company.com/EWS/Exchange.asmx",
            "EWS_EMAIL": "organizer@example.com",
            "EWS_USERNAME": "DOMAIN\\username",
            "EWS_PASSWORD": "<YOUR_EWS_PASSWORD>",
            "EWS_AUTH_TYPE": "NTLM",
            "EWS_TIMEZONE": "Asia/Taipei"
        }
    }
}

EWS Meeting MCP

The MCP server for safely scheduling Outlook meetings on on-prem Exchange EWS. EWS Meeting MCP is built for organizations that still run Microsoft Exchange on-premises and cannot expose calendar workflows through cloud-first Microsoft Graph integrations. It keeps credentials local, supports strict enterprise security environments, and requires preview-confirmed writes before creating, updating, or cancelling meetings.

Highlights

- 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.

Install

``bash npx -y ews-meeting-mcp@0.1.17 `

MCP config

`json { "mcpServers": { "ews-meeting-mcp": { "command": "npx", "args": ["-y", "ews-meeting-mcp@0.1.17"], "env": { "EWS_ENDPOINT": "https://mail.company.com/EWS/Exchange.asmx", "EWS_EMAIL": "organizer@example.com", "EWS_USERNAME": "DOMAIN\\username", "EWS_PASSWORD": "<YOUR_EWS_PASSWORD>", "EWS_AUTH_TYPE": "NTLM", "EWS_TIMEZONE": "Asia/Taipei" } } } } `` Repository: https://github.com/ap311036/ews-meeting-mcp
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.