
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
microsoft-outlook-mcp
Advanced tools
Microsoft Outlook mail Model Context Protocol server — 14 tools over the Microsoft Graph v1.0 API. Runs over stdio (local) or Streamable HTTP (remote).
Part of microsoft-mcps.
Sign in once with your own free Microsoft Entra ID app. Register an app as a public client (redirect URI http://localhost, "Allow public client flows" = Yes) and grant these delegated Microsoft Graph permissions: User.Read, Mail.ReadWrite, Mail.Send. Then:
export MICROSOFT_CLIENT_ID=<your-client-id>
npx -y microsoft-outlook-mcp login # opens the browser
# npx -y microsoft-outlook-mcp login --device-code # headless alternative
The refresh token is cached under ~/.config/microsoft-mcp/ and renewed automatically — no token pasting, no 1-hour expiry.
{
"mcpServers": {
"microsoft-outlook": {
"command": "npx",
"args": ["-y", "microsoft-outlook-mcp"],
"env": { "MICROSOFT_CLIENT_ID": "<your-client-id>" }
}
}
}
Advanced: set MICROSOFT_ACCESS_TOKEN to supply a pre-acquired Graph token instead of signing in.
npx -y microsoft-outlook-mcp --http --port 3000
Point a Streamable-HTTP MCP client at http://localhost:3000/mcp and send the token per request as Authorization: Bearer <token>.
See the main repo for the full Entra app walkthrough, environment variables, and the tool list.
MIT
FAQs
Microsoft Outlook (mail) MCP server.
The npm package microsoft-outlook-mcp receives a total of 47 weekly downloads. As such, microsoft-outlook-mcp popularity was classified as not popular.
We found that microsoft-outlook-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.