Loading languages...
EN

entraid-mcp-server

@hieuttmmo11

MCP server for interacting with EntraID through Microsoft Graph API.

Microsoft Graph
EntraID
Azure AD
Identity Management
User Management
Group Management
MFA
Security

# mcpServer Config

{
  "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>"
    }
  }
}

# stdio

uv 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
Transport:
stdio
Язык:
python
Создано:4/25/2025
Обновлено:7/23/2025
Домашняя страница:
https://github.com/hieuttmmo/entraid-mcp-server