Loading MCP server directory, please wait...
MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams
npx @getmcp/cli add io.github.timfurlong/msgraph-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
MSGRAPH_MCP_CLIENT_IDClient ID of your Entra (Azure AD) app registration
MSGRAPH_MCP_TENANT_IDEntra tenant ID (or 'common' / 'organizations' / 'consumers')
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.timfurlong/msgraph-mcp": {
"command": "uvx",
"args": [
"msgraph-mcp-server"
],
"env": {
"MSGRAPH_MCP_CLIENT_ID": "",
"MSGRAPH_MCP_TENANT_ID": "",
"MSGRAPH_MCP_TOKEN_CACHE_PATH": ""
}
}
}
}