by ryaker · MCP Server · ★ 310
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
M365 Assistant MCP Server A comprehensive MCP (Model Context Protocol) server that connects Claude with Microsoft 365 services through the Microsoft Graph API and Power Automate API. Supported Services Outlook - Email, calendar, folders, and rules OneDrive - Files, folders, search, and sharing Power Automate - Flows, environments, and run history Directory Structure ├── index.js # Main entry point ├── config.js # Configuration settings ├── auth/ # Authentication modules │ ├── index.js # Authentication exports │ ├── token-manager.js # Token storage and refresh (Graph + Flow) │ └── tools.js # Auth-related tools ├── calendar/ # Calendar functionality │ ├── index.js # Calendar exports │ ├── list.js # List events │ ├── create.js # Create event │ ├── delete.js # Delete event │ ├── cancel.js # Cancel event │ ├── accept.js # Accept event │ └── decline.js # Decline event ├── email/ # Email functionality │ ├── index.js # Email exports │ ├── list.js # List emails │ ├── search.js # Search emails │ ├── read.js # Read email │ ├── send.js # Send ema
| Stars | 310 |
| Forks | 109 |
| Language | JavaScript |
| Category | MCP Server |
| Quality Score | 74.8760962664953/100 |
| Open Issues | 5 |
| Last Updated | 2026-03-30 |
| Created | 2025-03-13 |
| Platforms | claude-code, mcp, node |
| Est. Tokens | ~14k |
These tools work well together with outlook-mcp for enhanced workflows:
Explore other popular mcp server tools:
outlook-mcp is MCP server for Claude to access Outlook data via Microsoft Graph API. It is categorized as a MCP Server with 310 GitHub stars.
outlook-mcp is primarily written in JavaScript.
You can find installation instructions and usage details in the outlook-mcp GitHub repository at github.com/ryaker/outlook-mcp. The project has 310 stars and 109 forks, indicating an active community.