Odel
EWS Meeting MCP

EWS Meeting MCP

Local
@ap3110363PythonMITUpdated 1w ago

Safely schedule Outlook meetings on on-prem Exchange EWS with preview-confirmed writes.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmews-meeting-mcpv0.1.17

Run

npx -y ews-meeting-mcp

MCP client config

{
  "mcpServers": {
    "ews-meeting-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ews-meeting-mcp"
      ]
    }
  }
}