← Back to Plugins
MCP Server MCP

Outlook Personal MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-outlook-personal

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-outlook-personal",
      "version": "0.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Azure App Registration client ID (Application ID). Required. Create a free app at https://portal.azure.com — see README for the three-minute setup.",
          "isRequired": true,
          "name": "OUTLOOK_MCP_CLIENT_ID"
        },
        {
          "description": "Azure AD authority URL. Defaults to https://login.microsoftonline.com/consumers which covers personal Microsoft accounts (Outlook.com, Hotmail, Live). Change only if you target a different tenant.",
          "name": "OUTLOOK_MCP_AUTHORITY"
        },
        {
          "description": "Only files under this directory can be read by add_attachment or written by download_attachment. Defaults to ~/.local/share/outlook-personal-mcp/files.",
          "name": "OUTLOOK_MCP_FILE_ROOT"
        },
        {
          "description": "Maximum bytes allowed for local attachment reads and attachment downloads. Defaults to 3145728.",
          "name": "OUTLOOK_MCP_MAX_FILE_BYTES"
        },
        {
          "description": "Set to 'true' to enable the permanent_delete tool which irrecoverably erases messages (bypasses Deleted Items). Disabled by default for safety.",
          "name": "OUTLOOK_MCP_ALLOW_PERMANENT_DELETE"
        },
        {
          "description": "Set to 'true' to enable debug-level logging for Graph API requests and responses.",
          "name": "OUTLOOK_MCP_DEBUG"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...