Skip to content

outlook assistant for Zed

io.github.littlebearapps/outlook-assistant

Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management.

client:Zed transport:stdio runtime:npm

Install outlook assistant 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": {
    "outlook-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "@littlebearapps/outlook-assistant"
      ],
      "env": {
        "OUTLOOK_CLIENT_ID": "<OUTLOOK_CLIENT_ID>",
        "OUTLOOK_CLIENT_SECRET": "<OUTLOOK_CLIENT_SECRET>"
      }
    }
  }
}

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

outlook assistant in other clients