Sign inSign up

lharillo/ms365-mcp

By lharillo

Updated 7 months ago

MCP (Model Context Protocol) server for Microsoft 365 services via Microsoft Graph API.

Image
API management
Machine learning & AI
Developer tools
0

1.5K

lharillo/ms365-mcp repository overview

ms365-mcp

Dockerized MCP server for Microsoft 365 services via Microsoft Graph API.

GitHub: lharillo/ms365-mcp

Based on @softeria/ms-365-mcp-server.

Features

  • 90+ tools for Microsoft 365: Outlook, Calendar, OneDrive, Excel, OneNote, To Do, Contacts, Search
  • Organization mode: Teams, SharePoint, Shared Mailboxes, User Management
  • OAuth 2.1 authentication with PKCE
  • Streamable HTTP transport (port 3000)
  • Persistent token cache support
  • Kubernetes-ready with Deployment, Service, and PVC manifests

Quick Start

docker run -d -p 3000:3000 lharillo/ms365-mcp:latest
With org-mode and persistent tokens
docker run -d -p 3000:3000 \
  -e MS365_MCP_ORG_MODE=true \
  -v ms365-data:/app/data \
  lharillo/ms365-mcp:latest

License

MIT

Tag summary

Content type

Image

Digest

sha256:1469d4844

Size

91.6 MB

Last updated

7 months ago

docker pull lharillo/ms365-mcp