mcpbeat Sign in

Graph Atlas MCP Server

local only

Graph Atlas MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 18 Sep 2026.

Tracks documented and undocumented Microsoft Graph API schema changes, with an MCP Apps visualiser

Installs per day peak 16 · avg 1
a month agotoday
56
Installs / week
npm · graph-atlas-mcp
1
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const child = spawn(process.execPath, ['--experimental-sqlite', fileURLToPath(serverUrl), ...process.argv.slice(2)], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add graph-atlas-mcp -- npx -y graph-atlas-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "graph-atlas-mcp": {
      "args": [
        "-y",
        "graph-atlas-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.graph-atlas-mcp]
command = "npx"
args = ["-y", "graph-atlas-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "graph-atlas-mcp": {
      "args": [
        "-y",
        "graph-atlas-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "graph-atlas-mcp": {
      "args": [
        "-y",
        "graph-atlas-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Graph Atlas MCP

same job, measured the same way
Microsoft 365 MCP Server
by softeria

Interact with Microsoft 365 and Office services through the Microsoft Graph API.

40 680 installs/wk local only
Ms Sharepoint MCP
by 0xka13b

Microsoft SharePoint MCP server — access sites, lists, and documents through Microsoft Graph.

52 installs/wk local only
Word MCP Live
by ykarapazar

Live Microsoft Word editing via MCP — tracked changes, undo, comments, 40+ tools

422 installs/wk local only
MCP Victoriatraces
by victoriametrics-community

MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation

local only
MCP Office Word
by dosev-ai

50-tool Word MCP server. Document assembly, tracked changes, and export. Windows-first.

113 installs/wk local only
M365 Graph MCP
by mcps

Manage Microsoft 365 email, calendar, contacts and inbox rules via the Graph API with OAuth 2.0.

answering
MCP Victorialogs
by victoriametrics-community

MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation

local only
MCP Victorialogs
by victoriametrics

MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation

local only

Graph Atlas MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Graph Atlas MCP?
Graph Atlas MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package graph-atlas-mcp was installed 56 times last week.
How do I connect Graph Atlas MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls graph-atlas-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Graph Atlas MCP?
The npm package graph-atlas-mcp was installed 56 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Graph Atlas MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.