mcpbeat Sign in

Outlook MCP Server

by mpalermiti Your server? Claim it
local only

Outlook MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 259 installs a week from pypi. Last commit 17 Sep 2026.

Microsoft Outlook personal accounts: mail, calendar, contacts, to-do, drafts (62 tools).

Installs per day peak 825 · avg 87 · +246% w/w
a month agotoday
1 259
Installs / week
pypi · outlook-graph-mcp
31
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

Builds a database query by concatenation src/outlook_mcp/tools/contacts.py:35
_LIST_SELECT = _SUMMARY_SELECT + ",categories"

# get_contact sends no $select at all, so Graph returns the whole contact and
# the detail formatter can read whatever it likes: the data was never the
# problem there, the formatter simply did not read these five.
#
# One tuple, re…

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

Alternatives to Outlook MCP

same job, measured the same way
Outlook Assistant
by littlebearapps

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

495 installs/wk local only
Outlook
by rlrghb

Outlook & OneDrive MCP: personal & enterprise tools for mail, calendar, contacts, tasks, files

264 installs/wk local only
Outlook Personal MCP
by salahawad

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

88 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
Outlook Mac MCP
by valter-araujo

MCP server for Outlook personal accounts (Hotmail/Outlook.com) via Microsoft Graph API

local only
Outlook Contacts
by pipeworx-io

Outlook Contacts (Microsoft 365) MCP Pack

39 tools answering
MSGraph MCP
by timfurlong

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

139 installs/wk local only
Outlook Mail
by pipeworx-io

Outlook Mail (Microsoft 365) MCP Pack

36 tools answering

Outlook MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Outlook MCP?
Outlook 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 outlook-graph-mcp was installed 1 259 times last week.
How do I connect Outlook 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 outlook-graph-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Outlook MCP?
The pypi package outlook-graph-mcp was installed 1 259 times in the last week. Week over week that is +246%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Outlook MCP open source?
Yes — it is published under the MIT licence, written in Python and 31 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.