ms graph mcp for VS Code
io.github.nitin27may/ms-graph-mcp
Microsoft Graph MCP server — 85 tools for mail, calendar, Teams, files, SharePoint, and Entra ID
client:VS Code
transport:stdio
runtime:pypi
Install ms graph mcp in VS Code
.vscode/mcp.json
{
"servers": {
"ms-graph-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ms-graph-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs