graph-atlas-mcp
Rank #6,773io.github.darrenjrobinson/graph-atlas-mcp
Tracks documented and undocumented Microsoft Graph API schema changes, with an MCP Apps visualiser
graph-atlas-mcp is a Model Context Protocol (MCP) server published by darrenjrobinson. It ranks #6,773 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. graph-atlas-mcp is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 7, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 108,687 of 115,460 servers on MCP Toplist.
Use graph-atlas-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add graph-atlas-mcp -- npx -y graph-atlas-mcp[mcp_servers.graph-atlas-mcp]
command = "npx"
args = ["-y", "graph-atlas-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"graph-atlas-mcp": {
"command": "npx",
"args": [
"-y",
"graph-atlas-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"graph-atlas-mcp": {
"command": "npx",
"args": [
"-y",
"graph-atlas-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"graph-atlas-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"graph-atlas-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"graph-atlas-mcp": {
"command": "npx",
"args": [
"-y",
"graph-atlas-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"graph-atlas-mcp": {
"command": "npx",
"args": [
"-y",
"graph-atlas-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.darrenjrobinson%2Fgraph-atlas-mcp)<a href="https://mcptoplist.com/server/io.github.darrenjrobinson%2Fgraph-atlas-mcp"><img src="https://mcptoplist.com/badge/io.github.darrenjrobinson%2Fgraph-atlas-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
darrenjrobinson
Other servers by darrenjrobinson
- Entra News#5,988 · 3 vers
- Microsoft Entra SCIM#10,946 · 2 vers
- Entra.Chat Podcast MCP Server#14,304 · 1 ver
- entrapulse-polyarchy#15,340 · 4 vers
- microsoft-ai-roundup-mcp#18,383 · 1 ver
- Hibp#20,667 · 2 vers
- Untappd#43,516 · 2 vers
Available versions (5)
| Version | Published |
|---|---|
| 0.3.2 | Aug 17, 2026 |
| 0.3.1 | Aug 12, 2026 |
| 0.3.0 | Aug 11, 2026 |
| 0.2.0 | Aug 10, 2026 |
| 0.1.0 | Aug 7, 2026 |
Frequently asked questions
- Who maintains graph-atlas-mcp?
- graph-atlas-mcp is maintained by darrenjrobinson, which publishes 8 MCP servers (20 total versions) tracked on MCP Toplist.
- Is graph-atlas-mcp listed on the Official MCP Registry?
- Yes — graph-atlas-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does graph-atlas-mcp have?
- MCP Toplist tracks 5 versions of graph-atlas-mcp, most recently published on Aug 17, 2026.
- Where can I find the source code for graph-atlas-mcp?
- The source code for graph-atlas-mcp is hosted at github.com/darrenjrobinson/graph-atlas-mcp.