OneDrive-Live-MCP-on-Cloudflare

njuorju/OneDrive-Live-MCP-on-Cloudflare
★ 0 stars TypeScript AI/LLM Updated today
A private, read-only remote MCP server that lets ChatGPT search and read a selected folder in a **personal Microsoft OneDrive** account without a local workstation, tunnel, or recurring corpus snapshot.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "onedrive-live-mcp-on": {
      "command": "npx",
      "args": [
        "-y",
        "njuorju/OneDrive-Live-MCP-on-Cloudflare"
      ]
    }
  }
}