mcp-onedrive-demo

maurominella/mcp-onedrive-demo
★ 0 stars Python File System Updated today
Authenticated MCP Server with OBO to read user's files from their OneDrive through MS Graph
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-onedrive-demo": {
      "command": "uvx",
      "args": [
        "mcp-onedrive-demo"
      ]
    }
  }
}

Or install with pip: pip install mcp-onedrive-demo

README Excerpt

Authenticated MCP Server with OBO to read user's files from their OneDrive through MS Graph The server: - reads the incoming bearer token from each MCP request, - stores it per request, - validates audience and scope for non-Graph tools, - exchanges it through OBO when a Graph call is needed. This design keeps the user identity end-to-end and avoids app-only access for user data.