← Claude MCP Servers Directory

📧

Microsoft 365 MCP Server

Community

About

Bring Microsoft 365 into Claude. Connects to Outlook mail and calendar, Teams, OneDrive, SharePoint, Excel, and Word through the Microsoft Graph API.

Features

  • Read and send Outlook mail
  • Manage calendar events and meetings
  • Browse OneDrive and SharePoint files
  • Read and edit Excel workbooks
  • Search Teams messages and channels

Installation

Using Claude Desktop

Add this configuration to your Claude Desktop config file:

{
  "mcpServers": {
    "ms-365": {
      "command": "npx",
      "args": [
        "-y",
        "@softeria/ms-365-mcp-server"
      ]
    }
  }
}

Using Cursor

Configure in your Cursor settings (Settings > MCP):

{
  "ms-365": {
    "command": "npx",
    "args": [
      "-y",
      "@softeria/ms-365-mcp-server"
    ]
  }
}

How to Use

Once installed, you can ask your AI assistant to:

  • "Summarize my unread emails from today"
  • "Schedule a Teams meeting for tomorrow at 2pm"
  • "Pull the latest sales numbers from this Excel sheet"
  • "Find the SharePoint document about onboarding"