Skip to content
VS Code

Microsoft 365 MCP Server for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install Microsoft 365 MCP Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Microsoft 365 MCP Server in other clients