# Microsoft 365 MCP Server: an MCP server we run in production

Canonical: https://scalably.io/mcp/ms-365-mcp-server
Source: https://github.com/Softeria/ms-365-mcp-server
Registry: not published to the MCP registry
Provenance: third-party server, pinned at 0.147.0, verified 2026-09-09.
Integrity: no independent hash is published for this third-party listing; the raw endpoint at https://scalably.io/mcp/ms-365-mcp-server.md mirrors this representation byte for byte
This is the machine-readable representation of the page at the canonical URL. Same facts, denser format.

## Direct answer
OneDrive and Microsoft Graph file access behind a per-tenant folder policy.

## Install
- Claude Code: `claude mcp add ms-365 -e MS365_MCP_OAUTH_TOKEN=your-value -- npx -y @softeria/ms-365-mcp-server@0.147.0`
- Codex: `codex mcp add ms-365 --env MS365_MCP_OAUTH_TOKEN=your-value -- npx -y @softeria/ms-365-mcp-server@0.147.0`
- Claude Desktop: not available for this server.

## Environment
| Variable | Required | Secret | Purpose |
|---|---|---|---|
| `MS365_MCP_OAUTH_TOKEN` | yes | yes | Graph OAuth token |

## Tools
No tools listed for this server.

## Setup
Set the following before first use:
- `MS365_MCP_OAUTH_TOKEN` (secret): Graph OAuth token

## Limits
Not documented by Softeria. See the vendor's own documentation: https://github.com/Softeria/ms-365-mcp-server

## Reliability
- CI: not applicable, this is a third-party project we do not control.
- Pinned at 0.147.0
- Verified 2026-09-09
- We run this server in production, pinned at the exact version, with the install command derived mechanically from that pin so it can be re-verified against the published package.

## Related
- Read more: [Claude Code MCP: how to add an MCP server](https://scalably.io/blog/claude-code-mcp)
