MCP Directory
Back

outlook-mcp

by ryaker · JavaScript · ★ 395

MCP server for Claude to access Outlook data via Microsoft Graph API

Install

npx -y github:ryaker/outlook-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "outlook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:ryaker/outlook-mcp"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/ryaker-outlook-mcp) A comprehensive MCP (Model Context Protocol) server that connects Claude with Microsoft 365 services through the Microsoft Graph API and Power Automate API. - **Outlook** - Email, calendar, folders, and rules - **OneDrive** - Files, folders, search, and sharing - **Power Automate** - Flows, environments, and run history - **Authentication**: OAuth 2.0 authentication with Microsoft Graph API (+ Flow API for Power Automate) - **Email Management**: List, search, read, send, and organize emails - **Calendar Management**: List, create, accept, decline,…
Read full README on GitHub →

Related communication servers