Skip to content
Grok

office outlook mcp for Grok

io.github.chrischall/office-outlook-mcp

Outlook / Microsoft 365 for Claude — mail, calendar, contacts and tasks, with confirm-gated sending

client:Grok transport:stdio runtime:npm

Install office outlook mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "office-outlook-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/office-outlook-mcp"
      ],
      "env": {
        "OUTLOOK_ACCESS_TOKEN": "<OUTLOOK_ACCESS_TOKEN>",
        "OUTLOOK_DISABLE_FETCHPROXY": "<OUTLOOK_DISABLE_FETCHPROXY>",
        "OUTLOOK_API_BASE": "<OUTLOOK_API_BASE>",
        "OUTLOOK_WS_PORT": "<OUTLOOK_WS_PORT>",
        "OUTLOOK_CAPTURE_TIMEOUT": "<OUTLOOK_CAPTURE_TIMEOUT>",
        "OUTLOOK_TOKEN_CACHE": "<OUTLOOK_TOKEN_CACHE>",
        "OUTLOOK_TOKEN_FILE": "<OUTLOOK_TOKEN_FILE>"
      }
    }
  }
}

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

office outlook mcp in other clients