Back to directory
entraid-mcp-server

entraid-mcp-server

@hieuttmmo36

MCP server for interacting with EntraID through Microsoft Graph API.

Microsoft GraphEntraIDAzure ADIdentity ManagementUser ManagementGroup ManagementMFASecuritycloud

Installation & Configuration

{
  "EntraID MCP Server": {
    "command": "uv",
    "args": [
      "run",
      "--with",
      "azure-core",
      "--with",
      "azure-identity",
      "--with",
      "fastmcp",
      "--with",
      "msgraph-core",
      "--with",
      "msgraph-sdk",
      "fastmcp",
      "run",
      "/path/to/src/msgraph_mcp_server/server.py"
    ],
    "env": {
      "TENANT_ID": "<your-tenant-id>",
      "CLIENT_ID": "<your-client-id>",
      "CLIENT_SECRET": "<your-client-secret>"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/25
Updated
2026/6/8