← Back to browse

EWS Meeting MCP

Indexed by io.github.ap311036

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsEWS_ENDPOINT EWS_EMAIL EWS_USERNAME EWS_PASSWORD EWS_PASSWORD_KEYCHAIN_SERVICE EWS_PASSWORD_KEYCHAIN_ACCOUNT EWS_AUTH_TYPE EWS_TIMEZONE
Claude Code
claude mcp add --env EWS_ENDPOINT= --env EWS_EMAIL= --env EWS_USERNAME= --env EWS_PASSWORD= --env EWS_PASSWORD_KEYCHAIN_SERVICE= --env EWS_PASSWORD_KEYCHAIN_ACCOUNT= --env EWS_AUTH_TYPE= --env EWS_TIMEZONE= ews-meeting-mcp -- npx ews-meeting-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ews-meeting-mcp","command":"npx","args":["ews-meeting-mcp"],"env":{"EWS_ENDPOINT":"","EWS_EMAIL":"","EWS_USERNAME":"","EWS_PASSWORD":"","EWS_PASSWORD_KEYCHAIN_SERVICE":"","EWS_PASSWORD_KEYCHAIN_ACCOUNT":"","EWS_AUTH_TYPE":"","EWS_TIMEZONE":""}}'
JSON
{
  "mcpServers": {
    "ews-meeting-mcp": {
      "command": "npx",
      "args": [
        "ews-meeting-mcp"
      ],
      "env": {
        "EWS_ENDPOINT": "",
        "EWS_EMAIL": "",
        "EWS_USERNAME": "",
        "EWS_PASSWORD": "",
        "EWS_PASSWORD_KEYCHAIN_SERVICE": "",
        "EWS_PASSWORD_KEYCHAIN_ACCOUNT": "",
        "EWS_AUTH_TYPE": "",
        "EWS_TIMEZONE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.