mcpbeat Sign in

Outlook Personal MCP Server

by salahawad Your server? Claim it
local only

Outlook Personal MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from pypi. Last commit 28 Jun 2026.

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

Installs per day peak 21 · avg 13 · -21% w/w
a month agotoday
88
Installs / week
pypi · mcp-outlook-personal
1
Stars
0 open issues
28 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Outlook Personal 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 outlook-personal-mcp -- uvx mcp-outlook-personal
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "outlook-personal-mcp": {
      "args": [
        "mcp-outlook-personal"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.outlook-personal-mcp]
command = "uvx"
args = ["mcp-outlook-personal"]
.cursor/mcp.json
{
  "mcpServers": {
    "outlook-personal-mcp": {
      "args": [
        "mcp-outlook-personal"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "outlook-personal-mcp": {
      "args": [
        "mcp-outlook-personal"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OUTLOOK_MCP_CLIENT_ID (Azure App Registration client ID (Application ID). Required. Create a free app at https://portal.azure.com — see README for the three-minute setup.), OUTLOOK_MCP_AUTHORITY (Azure AD authority URL. Defaults to https://login.microsoftonline.com/consumers which covers personal Microsoft accounts (Outlook.com, Hotmail, Live). Change only if you target a different tenant.), OUTLOOK_MCP_FILE_ROOT (Only files under this directory can be read by add_attachment or written by download_attachment. Defaults to ~/.local/share/outlook-personal-mcp/files.), OUTLOOK_MCP_MAX_FILE_BYTES (Maximum bytes allowed for local attachment reads and attachment downloads. Defaults to 3145728.), OUTLOOK_MCP_ALLOW_PERMANENT_DELETE (Set to 'true' to enable the permanent_delete tool which irrecoverably erases messages (bypasses Deleted Items). Disabled by default for safety.), OUTLOOK_MCP_DEBUG (Set to 'true' to enable debug-level logging for Graph API requests and responses.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Outlook Personal MCP

same job, measured the same way
Outlook Mac MCP
by valter-araujo

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

local only
MSGraph MCP
by timfurlong

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

139 installs/wk local only
Outlook Assistant
by littlebearapps

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

495 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 Calendar MCP
by 0xka13b

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

54 installs/wk local only
Outlook MCP
by mpalermiti

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

1 259 installs/wk local only
Microsoft Outlook MCP
by 0xka13b

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

45 installs/wk local only
Ms Graph MCP
by nitin27may

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

171 installs/wk local only

Outlook Personal MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Outlook Personal MCP?
Outlook Personal 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 mcp-outlook-personal was installed 88 times last week.
How do I connect Outlook Personal 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 mcp-outlook-personal straight from pypi; nothing to host, nothing to sign up for.
How many people use Outlook Personal MCP?
The pypi package mcp-outlook-personal was installed 88 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Outlook Personal 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.