Skip to content
VS Code

Outlook MCP for VS Code

io.github.mpalermiti/outlook-mcp

Microsoft Outlook personal accounts: mail, calendar, contacts, to-do, drafts (62 tools).

client:VS Code transport:stdio runtime:pypi

Install Outlook MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "outlook-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "outlook-graph-mcp"
      ]
    }
  }
}

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

Outlook MCP in other clients