← Back to Plugins
MCP Server MCP

MSGraph MCP

github By github 👁 1 views ▲ 0 votes

MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...