MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams
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).
Run
uvx msgraph-mcp-server
MCP client config
{
"mcpServers": {
"msgraph-mcp": {
"command": "uvx",
"args": [
"msgraph-mcp-server"
]
}
}
}