Skip to content
Cline

Microsoft 365 MCP Server for Cline

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

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

client:Cline transport:stdio runtime:npm

Install Microsoft 365 MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Microsoft 365 MCP Server in other clients