Skip to content
Grok

Outlook MCP for Grok

io.github.mpalermiti/outlook-mcp

Microsoft Outlook personal accounts: mail, calendar, contacts, to-do, drafts (62 tools).

client:Grok transport:stdio runtime:pypi

Install Outlook MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "outlook-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "outlook-graph-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Outlook MCP in other clients