SZ84.NET
Back to List
OfficialProductivityMicrosoft

Microsoft 365 MCP

The official Microsoft 365 MCP server enables AI models to interact with M365 services including Outlook, OneDrive, and SharePoint. It provides tools to manage emails, files, and calendar events within the M365 ecosystem. This server is perfect for building AI-powered personal assistants that need to integrate deeply with enterprise productivity tools.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "m365": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/mcp-server-m365"
      ],
      "env": {
        "M365_CLIENT_ID": "YOUR_CLIENT_ID",
        "M365_TENANT_ID": "YOUR_TENANT_ID",
        "M365_CLIENT_SECRET": "YOUR_CLIENT_SECRET"
      }
    }
  }
}

Key Features

Read and send Outlook emails

Manage OneDrive files and folders

Access and search SharePoint content

Schedule and update Teams meetings

Server Details

The official Microsoft 365 MCP server enables AI models to interact with M365 services including Outlook, OneDrive, and SharePoint. It provides tools to manage emails, files, and calendar events within the M365 ecosystem. This server is perfect for building AI-powered personal assistants that need to integrate deeply with enterprise productivity tools.

Pricing

free

Tags

OfficialProductivityMicrosoft

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository