Skip to content

cli microsoft365 mcp server for Zed

io.github.pnp/cli-microsoft365-mcp-server

MCP server for CLI for Microsoft 365 to manage your tenant using natural language

client:Zed transport:stdio runtime:npm

Install cli microsoft365 mcp server in Zed

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

{
  "context_servers": {
    "cli-microsoft365-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@pnp/cli-microsoft365-mcp-server"
      ]
    }
  }
}

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

cli microsoft365 mcp server in other clients