mcpbeat Sign in

Microsoft Outlook MCP Server

local only

Microsoft Outlook MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 8 Jun 2026.

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

Installs per day peak 26 · avg 10 · +2% w/w
a month agotoday
45
Installs / week
npm · microsoft-outlook-mcp
0
Stars
0 open issues
8 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: MICROSOFT_CLIENT_ID (Entra ID application (client) ID for the public client app used to sign in. Run `npx -y microsoft-outlook-mcp login` once to cache a refresh token.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Microsoft Outlook MCP

same job, measured the same way
MSGraph MCP
by timfurlong

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

139 installs/wk local only
MCP Outlook
by dockndevai

Outlook mail and OneDrive files via Microsoft Graph — read, search, send and organize.

41 installs/wk local only
Outlook Email
by mintmcp

A MCP server for Outlook email that lets you search, read, and draft emails and replies.

answering
Fluxmail
by churichard

Read, search, draft, send, and organize email through Gmail, Outlook, and IMAP/SMTP mailboxes.

402 installs/wk local only
Microsoft 365 Mail
by mindstone

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

75 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
Gmail
by markswendsen-code

Gmail MCP server — send, read, and search email. By Strider Labs.

26 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

Microsoft Outlook MCP — questions

Answers built from our own checks of this server.

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