Odel
Microsoft 365 MCP Server

Microsoft 365 MCP Server

Local
@softeria953TypeScriptMITUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@softeria/ms-365-mcp-serverv0.150.0

Run

npx -y @softeria/ms-365-mcp-server

MCP client config

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