MCP Server
MCP
MSGraph MCP
MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams
Install
uvx msgraph-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "msgraph-mcp-server",
"version": "0.3.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Client ID of your Entra (Azure AD) app registration",
"isRequired": true,
"name": "MSGRAPH_MCP_CLIENT_ID"
},
{
"description": "Entra tenant ID (or 'common' / 'organizations' / 'consumers')",
"isRequired": true,
"name": "MSGRAPH_MCP_TENANT_ID"
},
{
"description": "Override the token cache location (default ~/.msgraph-mcp/token_cache.bin)",
"name": "MSGRAPH_MCP_TOKEN_CACHE_PATH"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment