MSOutlook-MCP

badbat75/MSOutlook-MCP
★ 0 stars Python 🔌 API Integration Updated 4d ago
MCP server connecting Claude to Microsoft Outlook via Microsoft Graph API. Full email and calendar management through 16 MCP tools.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "msoutlook-mcp": {
      "command": "uvx",
      "args": [
        "msoutlook-mcp"
      ]
    }
  }
}

Or install with pip: pip install msoutlook-mcp

README Excerpt

MCP (Model Context Protocol) server that connects Claude to Microsoft Outlook via Microsoft Graph API. Provides full email and calendar management. | Tool | Description | |------|-------------| | `outlook_list_mail` | List emails with OData filters, full-text search, pagination | | `outlook_get_mail` | Full email details (body, headers, attachments) |

Tools (19)

ModuleNotFoundErroroutlook_create_draftoutlook_create_eventoutlook_delete_eventoutlook_get_attachmentoutlook_get_eventoutlook_get_mailoutlook_get_profileoutlook_list_attachmentsoutlook_list_calendarsoutlook_list_eventsoutlook_list_foldersoutlook_list_mailoutlook_move_mailoutlook_reply_mailoutlook_respond_eventoutlook_send_mailoutlook_update_eventoutlook_update_mail