mcpbeat Sign in

Outlook MCP Server

local only

Outlook MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.

Installs / week
npm · @littlebearapps/outlook-mcp
37
Stars
17 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call attachments.outputDir → email/attachments.js:186, attachments.outputDir → email/export.js:148, attachments.outputDir → email/export.js:309 и ещё 2
      fs.writeFileSync(outputPath, buffer);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

This one needs environment variables set before it will start: OUTLOOK_CLIENT_ID (Azure AD application client ID), OUTLOOK_CLIENT_SECRET (Azure AD application client secret value). The author declared them in the registry entry; get the values from the project itself.

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

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

54 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
MSGraph MCP
by timfurlong

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

139 installs/wk local only
Outlook Mac MCP
by valter-araujo

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

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
M365 Graph MCP
by mcps

Manage Microsoft 365 email, calendar, contacts and inbox rules via the Graph API with OAuth 2.0.

answering
Microsoft Outlook MCP
by 0xka13b

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

45 installs/wk local only

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 npm package @littlebearapps/outlook-mcp.
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 @littlebearapps/outlook-mcp straight from npm; nothing to host, nothing to sign up for.
Is Outlook MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 37 stars on GitHub and 17 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.