Skip to content
Cursor

ms onedrive mcp for Cursor

io.github.0xka13b/ms-onedrive-mcp

Microsoft OneDrive MCP server — browse, read, and manage files and folders through Microsoft Graph.

client:Cursor transport:stdio runtime:npm

Install ms onedrive mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ms-onedrive-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ms-onedrive-mcp"
      ],
      "env": {
        "MICROSOFT_CLIENT_ID": "<MICROSOFT_CLIENT_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ms onedrive mcp in other clients