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).
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.
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.
claude mcp add outlook-personal-mcp -- uvx mcp-outlook-personal
{
"mcpServers": {
"outlook-personal-mcp": {
"args": [
"mcp-outlook-personal"
],
"command": "uvx"
}
}
}
[mcp_servers.outlook-personal-mcp]
command = "uvx"
args = ["mcp-outlook-personal"]
{
"mcpServers": {
"outlook-personal-mcp": {
"args": [
"mcp-outlook-personal"
],
"command": "uvx"
}
}
}
{
"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.
MCP server for Outlook personal accounts (Hotmail/Outlook.com) via Microsoft Graph API
MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams
Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management.
Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.
Microsoft Calendar (Outlook Calendar) MCP server for managing events via Microsoft Graph.
Microsoft Outlook personal accounts: mail, calendar, contacts, to-do, drafts (62 tools).
Microsoft Outlook (mail) MCP server — read, search, and send email through Microsoft Graph.
Microsoft Graph MCP server — 85 tools for mail, calendar, Teams, files, SharePoint, and Entra ID
Answers built from our own checks of this server.