# ms-365-mcp-server

> A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API

- **URL**: https://www.freshcrate.ai/projects/ms-365-mcp-server
- **Author**: Softeria
- **Category**: MCP Servers
- **Latest version**: `v0.114.4` (2026-06-06)
- **License**: MIT
- **Source**: https://github.com/Softeria/ms-365-mcp-server
- **Language**: TypeScript
- **GitHub**: 637 stars, 247 forks
- **Registry**: github (`Softeria/ms-365-mcp-server`)
- **Tags**: `typescript`

## Description

A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v0.114.4` | 2026-06-06 | High | ## [0.114.4](https://github.com/Softeria/ms-365-mcp-server/compare/v0.114.3...v0.114.4) (2026-06-06)   ### Bug Fixes  * refuse account parameter in HTTP/OAuth mode instead of silently ignoring it ([#512](https://github.com/Softeria/ms-365-mcp-server/issues/512)) ([4225400](https://github.com/Softeria/ms-365-mcp-server/commit/42254006eb80e93173cdd0294c009c65152d5781)), closes [#467](https://github.com/Softeria/ms-365-mcp-server/issues/467) |
| `v0.114.0` | 2026-05-28 | High | # [0.114.0](https://github.com/Softeria/ms-365-mcp-server/compare/v0.113.0...v0.114.0) (2026-05-28)   ### Features  * **resilience:** retry budget + circuit breaker for Microsoft Graph ([#466](https://github.com/Softeria/ms-365-mcp-server/issues/466)) ([2680657](https://github.com/Softeria/ms-365-mcp-server/commit/26806573ea91079566eceb7b1d15cc93f38a7e57)) |
| `v0.113.0` | 2026-05-23 | High | # [0.113.0](https://github.com/Softeria/ms-365-mcp-server/compare/v0.112.2...v0.113.0) (2026-05-23)   ### Features  * **logging:** structured JSON audit log + auditLog() helper ([#464](https://github.com/Softeria/ms-365-mcp-server/issues/464)) ([3e56012](https://github.com/Softeria/ms-365-mcp-server/commit/3e5601238cc906e4ed528572a64c08a0ad68e6f9)) |
| `v0.111.0` | 2026-05-19 | High | # [0.111.0](https://github.com/softeria/ms-365-mcp-server/compare/v0.110.0...v0.111.0) (2026-05-19)   ### Features  * **auth:** add pluggable auth cache storage ([#481](https://github.com/softeria/ms-365-mcp-server/issues/481)) ([27c9d43](https://github.com/softeria/ms-365-mcp-server/commit/27c9d438a129be71313051c28a876278e7c79889)) |
| `v0.108.0` | 2026-05-14 | High | # [0.108.0](https://github.com/softeria/ms-365-mcp-server/compare/v0.107.2...v0.108.0) (2026-05-14)   ### Features  * targeted Excel range formatting + merge/clear/usedRange endpoints ([#424](https://github.com/softeria/ms-365-mcp-server/issues/424)) ([f8e1e5b](https://github.com/softeria/ms-365-mcp-server/commit/f8e1e5bed0f38f855e12718635e57a981db80604)), closes [#423](https://github.com/softeria/ms-365-mcp-server/issues/423) [#423](https://github.com/softeria/ms-365-mcp-server/issues/423) [#43 |
| `v0.107.1` | 2026-05-09 | High | ## [0.107.1](https://github.com/softeria/ms-365-mcp-server/compare/v0.107.0...v0.107.1) (2026-05-09)   ### Bug Fixes  * **oauth:** validate redirect_uri before forwarding to Microsoft (CWE-601) ([#456](https://github.com/softeria/ms-365-mcp-server/issues/456)) ([fc532af](https://github.com/softeria/ms-365-mcp-server/commit/fc532afb2de17dbb070ff58777478b7b7168c059)) |
| `v0.99.1` | 2026-05-06 | High | ## [0.99.1](https://github.com/softeria/ms-365-mcp-server/compare/v0.99.0...v0.99.1) (2026-05-06)   ### Bug Fixes  * **discovery:** include schedule and meeting in calendar/work category regexes ([#442](https://github.com/softeria/ms-365-mcp-server/issues/442)) ([9158e1b](https://github.com/softeria/ms-365-mcp-server/commit/9158e1b18491c3d47df6650c4a3d767ef8ab0bd7)) |
| `v0.95.0` | 2026-04-30 | High | # [0.95.0](https://github.com/softeria/ms-365-mcp-server/compare/v0.94.0...v0.95.0) (2026-04-30)   ### Features  * add SharePoint list and column CRUD endpoints ([#432](https://github.com/softeria/ms-365-mcp-server/issues/432)) ([4821aa9](https://github.com/softeria/ms-365-mcp-server/commit/4821aa9df086fa85e31f19d77c33f570c3e3f05c)) |
| `v0.91.0` | 2026-04-28 | High | # [0.91.0](https://github.com/softeria/ms-365-mcp-server/compare/v0.90.0...v0.91.0) (2026-04-28)   ### Features  * add mail copy, categories, and delta sync endpoints ([#396](https://github.com/softeria/ms-365-mcp-server/issues/396)) ([a3bd8e0](https://github.com/softeria/ms-365-mcp-server/commit/a3bd8e000ab96c5985a88468cfc1ebfdace59679)) |
| `v0.85.1` | 2026-04-22 | High | ## [0.85.1](https://github.com/softeria/ms-365-mcp-server/compare/v0.85.0...v0.85.1) (2026-04-22)   ### Bug Fixes  * inject offline_access silently in /authorize forwarding ([#410](https://github.com/softeria/ms-365-mcp-server/issues/410)) ([4d56096](https://github.com/softeria/ms-365-mcp-server/commit/4d56096fa6017369c6199ce00eacdd3f10e24b92)), closes [#406](https://github.com/softeria/ms-365-mcp-server/issues/406) [#407](https://github.com/softeria/ms-365-mcp-server/issues/407) * send Origin h |

## Citation

- HTML: https://www.freshcrate.ai/projects/ms-365-mcp-server
- Markdown: https://www.freshcrate.ai/projects/ms-365-mcp-server.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/ms-365-mcp-server/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
