entraadm MCP
Rank #27,912io.github.shigechika/entraadm-mcp
MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)
entraadm MCP is a Model Context Protocol (MCP) server published by shigechika. It ranks #27,912 of 115,460 servers tracked on MCP Toplist. entraadm MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 24, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 87,548 of 115,460 servers on MCP Toplist.
Use entraadm MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add entraadm-mcp -- uvx entraadm-mcp[mcp_servers.entraadm-mcp]
command = "uvx"
args = ["entraadm-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"entraadm-mcp": {
"command": "uvx",
"args": [
"entraadm-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"entraadm-mcp": {
"command": "uvx",
"args": [
"entraadm-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"entraadm-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"entraadm-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"entraadm-mcp": {
"command": "uvx",
"args": [
"entraadm-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"entraadm-mcp": {
"command": "uvx",
"args": [
"entraadm-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.shigechika%2Fentraadm-mcp)<a href="https://mcptoplist.com/server/io.github.shigechika%2Fentraadm-mcp"><img src="https://mcptoplist.com/badge/io.github.shigechika%2Fentraadm-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
shigechika
Other servers by shigechika
- MCP Stdio#1,060 · 48 vers
- J-Quants MCP#1,978 · 58 vers
- KeyCloak MCP#4,838 · 16 vers
- Junos MCP#4,880 · 19 vers
- Google Workspace Admin Security-Audit MCP#5,540 · 14 vers
- Aruba Central MCP#6,178 · 12 vers
- Zabbix API MCP#6,316 · 9 vers
- Box Admin Analytics MCP#6,362 · 11 vers
- EOS MCP#6,507 · 9 vers
- Cloud Armor WAF Patrol MCP#9,825 · 4 vers
- MCP fork of Google Workspace CLI#10,645 · 3 vers
- netdiag MCP#14,456 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 24, 2026 |
Frequently asked questions
- Who maintains entraadm MCP?
- entraadm MCP is maintained by shigechika, which publishes 13 MCP servers (206 total versions) tracked on MCP Toplist.
- Is entraadm MCP listed on the Official MCP Registry?
- Yes — entraadm MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does entraadm MCP have?
- MCP Toplist tracks 1 version of entraadm MCP, most recently published on Aug 24, 2026.
- Where can I find the source code for entraadm MCP?
- The source code for entraadm MCP is hosted at github.com/shigechika/entraadm-mcp.