← Back to browse

Outlook Personal MCP

Indexed by io.github.salahawad

About

Full-control MCP server for a personal Outlook.com mailbox and calendar (Microsoft Graph).

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsOUTLOOK_MCP_CLIENT_ID OUTLOOK_MCP_AUTHORITY OUTLOOK_MCP_FILE_ROOT OUTLOOK_MCP_MAX_FILE_BYTES OUTLOOK_MCP_ALLOW_PERMANENT_DELETE OUTLOOK_MCP_DEBUG
Claude Code
claude mcp add --env OUTLOOK_MCP_CLIENT_ID= --env OUTLOOK_MCP_AUTHORITY= --env OUTLOOK_MCP_FILE_ROOT= --env OUTLOOK_MCP_MAX_FILE_BYTES= --env OUTLOOK_MCP_ALLOW_PERMANENT_DELETE= --env OUTLOOK_MCP_DEBUG= outlook-personal-mcp -- uvx mcp-outlook-personal
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"outlook-personal-mcp","command":"uvx","args":["mcp-outlook-personal"],"env":{"OUTLOOK_MCP_CLIENT_ID":"","OUTLOOK_MCP_AUTHORITY":"","OUTLOOK_MCP_FILE_ROOT":"","OUTLOOK_MCP_MAX_FILE_BYTES":"","OUTLOOK_MCP_ALLOW_PERMANENT_DELETE":"","OUTLOOK_MCP_DEBUG":""}}'
JSON
{
  "mcpServers": {
    "outlook-personal-mcp": {
      "command": "uvx",
      "args": [
        "mcp-outlook-personal"
      ],
      "env": {
        "OUTLOOK_MCP_CLIENT_ID": "",
        "OUTLOOK_MCP_AUTHORITY": "",
        "OUTLOOK_MCP_FILE_ROOT": "",
        "OUTLOOK_MCP_MAX_FILE_BYTES": "",
        "OUTLOOK_MCP_ALLOW_PERMANENT_DELETE": "",
        "OUTLOOK_MCP_DEBUG": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.