mcpbeat Sign in

MSGraph MCP Server

by timfurlong Your server? Claim it
local only

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

MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams

Installs per day peak 739 · avg 116
a month agotoday
213
Installs / week
pypi · msgraph-mcp-server
1
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MSGraph MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to MSGraph MCP

same job, measured the same way
Outlook Personal MCP
by salahawad

Full-control MCP server for a personal Outlook.com mailbox and calendar (Microsoft Graph).

115 installs/wk local only
Microsoft Outlook MCP
by 0xka13b

Microsoft Outlook (mail) MCP server — read, search, and send email through Microsoft Graph.

94 installs/wk local only
Ms Calendar MCP
by 0xka13b

Microsoft Calendar (Outlook Calendar) MCP server for managing events via Microsoft Graph.

72 installs/wk local only
Outlook MCP
by littlebearapps

Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.

local only
Ms Graph MCP
by nitin27may

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

158 installs/wk local only
Outlook Assistant
by littlebearapps

Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management.

1 037 installs/wk local only
Local MCP
by lanchuske

Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.

5 122 installs/wk local only
Microsoft 365 Mail
by mindstone

Microsoft 365 Outlook mail via Graph: read, search, send, reply, forward, draft, move, delete.

164 installs/wk local only

MSGraph MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for MSGraph MCP?
MSGraph 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 msgraph-mcp-server was installed 213 times last week.
How do I connect MSGraph 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 msgraph-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use MSGraph MCP?
The pypi package msgraph-mcp-server was installed 213 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 MSGraph MCP open source?
Yes — it is published under the MIT licence, written in Python 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.