Skip to content
Zed

OWA Exchange MCP Server for Zed

io.github.nhype/owa-exchange-mcp

MCP server for Microsoft Exchange / OWA — email, calendar, directory, availability

client:Zed transport:stdio runtime:pypi

Install OWA Exchange MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "owa-exchange-mcp": {
      "command": "uvx",
      "args": [
        "exchange-mcp-server"
      ],
      "env": {
        "EXCHANGE_OWA_URL": "<EXCHANGE_OWA_URL>",
        "EXCHANGE_COOKIE_FILE": "<EXCHANGE_COOKIE_FILE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

OWA Exchange MCP Server in other clients