Skip to content
Gemini CLI

Microsoft 365 MCP Server for Gemini CLI

io.github.softeria/ms-365-mcp-server

Interact with Microsoft 365 and Office services through the Microsoft Graph API.

client:Gemini CLI transport:stdio runtime:npm

Install Microsoft 365 MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "ms-365-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@softeria/ms-365-mcp-server"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Microsoft 365 MCP Server in other clients