Skip to content
Zed

Outlook MCP for Zed

io.github.mpalermiti/outlook-mcp

Microsoft Outlook personal accounts: mail, calendar, contacts, to-do, drafts (62 tools).

client:Zed transport:stdio runtime:pypi

Install Outlook MCP in Zed

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

{
  "context_servers": {
    "outlook-mcp": {
      "command": "uvx",
      "args": [
        "outlook-graph-mcp"
      ]
    }
  }
}

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

Outlook MCP in other clients