Microsoft cloud storage. Sync files, share folders, and integrate with Office.
npx -y @microsoft/mcp-server-onedrive
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"onedrive": {
"command": "npx",
"args": ["-y", "@microsoft/mcp-server-onedrive"]
}
}
}
```
read_filewrite_filelist_filesmove_filesync_folderMicrosoft cloud storage. Sync files, share folders, and integrate with Office.
Language: TypeScript
Category: File Systems