Skip to content
VS Code

microsoft 365 for VS Code

com.proscendia/microsoft-365

Permissioned access to Outlook, OneDrive and Teams via the user's own Microsoft account

client:VS Code transport:streamable-http

Install microsoft 365 in VS Code

.vscode/mcp.json

{
  "servers": {
    "microsoft-365": {
      "type": "http",
      "url": "https://microsoft-mcp.proscendia.com/mcp"
    }
  }
}

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

microsoft 365 in other clients