ryaker/outlook-mcp
MCP server for Claude to access Outlook data via Microsoft Graph API
Overview
ryaker/outlook-mcp is a JavaScript MCP server. MCP server for Claude to access Outlook data via Microsoft Graph API
Ranked #309 out of 25632 indexed tools.
In the top 2% of all indexed tools.
Has 15 contributors.
Ecosystem
JavaScript No license
Signal Breakdown
Stars 278
Freshness 10d ago
Issue Health 50%
Contributors 15
Dependents 0
Forks 94
Description Good
License None
How to Improve
Description low impact
License low impact
Dependents medium impact
Matched Queries
From the README
# 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 #Read full README on GitHub →
Are you the maintainer? Claim this listing