Back to directory
hieuttmmo/entraid-mcp-server

hieuttmmo/entraid-mcp-server

@hieuttmmo

MCP server for interacting with EntraID through Microsoft Graph API.

entraidmicrosoft-graphazure-admfasign-in-logsuser-managementfastmcpcloud

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
2026/6/13
Updated
2026/6/13