mcpbeat Sign in

MCP Outlook MCP Server

local only

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

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

Installs per day peak 41 · avg 1
a month agotoday
41
Installs / week
npm · @dockndevai/mcp-outlook
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Runs an external command src/graph/auth.ts:75
    const child = spawn(cmd, args, { stdio: "ignore", detached: true });

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

This one needs environment variables set before it will start: OUTLOOK_CLIENT_ID (Entra (Azure AD) app (client) id. For browser sign-in, register a public client with redirect URI http://localhost.), OUTLOOK_TENANT_ID (Directory tenant: a tenant id, or common | organizations | consumers (default common).), OUTLOOK_CLIENT_SECRET (App secret for app-only (client-credentials) auth. Omit to use interactive browser sign-in.), OUTLOOK_TOKEN (A pre-obtained Microsoft Graph bearer token (alternative to browser or app-only auth).), OUTLOOK_USER (Target mailbox (user id or UPN) for app-only auth. Omit to use the signed-in user's mailbox (/me).), OUTLOOK_MODE (Access mode: read-only | read-write | admin. Starts read-only; writes need read-write.), OUTLOOK_ALLOW_SEND (Set true to permit sending mail (send/reply/forward). Off by default.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Outlook

same job, measured the same way
Microsoft Outlook MCP
by 0xka13b

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

45 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
Fluxmail
by churichard

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

402 installs/wk 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
Agent Email
by usejunior

Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP

145 installs/wk local only
Mailbox MCP
by mailbox-mcp

Read, send, file and search email in any Gmail, Microsoft 365 or IMAP mailbox, plus its calendar.

answering
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

MCP Outlook — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Outlook?
MCP Outlook 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 @dockndevai/mcp-outlook was installed 41 times last week.
How do I connect MCP Outlook?
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 @dockndevai/mcp-outlook straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Outlook?
The npm package @dockndevai/mcp-outlook was installed 41 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 MCP Outlook 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.