← Back to Plugins
MCP Server MCP

Microsoft 365 Files

github By github 👁 1 views ▲ 0 votes

Microsoft 365 OneDrive files via Graph: list, search, get, upload, download, share, read text.

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-microsoft-files",
      "version": "0.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Microsoft Entra (Azure AD) application client ID",
          "isRequired": true,
          "format": "string",
          "name": "MS_CLIENT_ID"
        },
        {
          "description": "Path to the per-user Microsoft config directory (credentials/, accounts.json)",
          "isRequired": true,
          "format": "filepath",
          "name": "MS_CONFIG_DIR"
        },
        {
          "description": "Account email when running in multi-account per-instance mode (falls back to the first account in accounts.json)",
          "format": "string",
          "name": "MS_ACCOUNT_EMAIL"
        },
        {
          "description": "Logical package ID surfaced in error responses",
          "format": "string",
          "default": "Microsoft365Files",
          "name": "MS_MCP_PACKAGE_ID"
        },
        {
          "description": "Override the upstream Microsoft Graph request timeout in milliseconds (max 300000 = 5 min)",
          "format": "number",
          "default": "60000",
          "name": "MICROSOFT_REQUEST_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...