mcpbeat Sign in

Ms Graph MCP Server

by nitin27may Your server? Claim it
local only

Ms Graph MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 158 installs a week from pypi. Last commit 25 Aug 2026.

Microsoft Graph MCP server — 85 tools for mail, calendar, Teams, files, SharePoint, and Entra ID

Installs per day peak 457 · avg 47 · -63% w/w
a month agotoday
158
Installs / week
pypi · ms-graph-mcp
1
Stars
3 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 12 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.

_SELECT_FULL = _SELECT + ",body"


class SearchEmailsInput(BaseModel):

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 ms-graph-mcp -- uvx ms-graph-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ms-graph-mcp": {
      "args": [
        "ms-graph-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ms-graph-mcp]
command = "uvx"
args = ["ms-graph-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ms-graph-mcp": {
      "args": [
        "ms-graph-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ms-graph-mcp": {
      "args": [
        "ms-graph-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Ms Graph MCP

same job, measured the same way
Ms Sharepoint MCP
by 0xka13b

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

70 installs/wk local only
SharePoint MCP Server
by ravikant1918

MCP server for Microsoft SharePoint — manage folders, documents, and metadata.

130 installs/wk local only
MCP Microsoft Todo
by mag-cie

MCP server for Microsoft To Do via Microsoft Graph. MSAL device code flow, no client secret needed.

157 installs/wk local only
Automatised Pipeline
by cdeust

Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.

local only
Bing Ads
by mharnett

MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports

107 installs/wk local only
Microsoft 365 SharePoint
by mindstone

Microsoft 365 SharePoint via Graph: sites, libraries, pages, lists, search, file/list mutations.

150 installs/wk local only
Microsoft Learn MCP
by microsoft

Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.

3 tools answering
Ironscales
by wyre-ai

MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.

local only

Ms Graph MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ms Graph MCP?
Ms Graph 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 pypi package ms-graph-mcp was installed 158 times last week.
How do I connect Ms Graph 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 ms-graph-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Ms Graph MCP?
The pypi package ms-graph-mcp was installed 158 times in the last week. Week over week that is -63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ms Graph MCP open source?
Yes — it is published under the MIT licence, written in Python, 1 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.