Odel
MSGraph MCP

MSGraph MCP

Local
@timfurlong1PythonMITUpdated 2w ago

MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImsgraph-mcp-serverv0.3.2

Run

uvx msgraph-mcp-server

MCP client config

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