mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
8717c7711c
Co-authored-by: Alex Vandak Maloney <maloney.a12@gmail.com>
OneDrive
Cursor plugin that connects agents to Microsoft OneDrive through Cursor's remote Model Context Protocol server.
Browse folders, search for files, and read file metadata and contents in the signed-in Microsoft account.
Install
- Open Cursor Settings → Plugins.
- Search for OneDrive.
- Click Install, then complete the Microsoft sign-in prompt.
Or run /add-plugin onedrive in chat.
MCP
{
"mcpServers": {
"onedrive": {
"type": "http",
"url": "https://api.cursor.com/rest-mcp/onedrive/mcp"
}
}
}
Auth is OAuth 2.0 against Microsoft (Entra ID). Cursor prompts for Microsoft sign-in when the plugin connects.
Docs
- OneDrive API (Microsoft Graph): https://learn.microsoft.com/en-us/graph/api/resources/onedrive
- Microsoft Graph overview: https://learn.microsoft.com/en-us/graph/overview
Logo is the official Microsoft OneDrive product icon from Microsoft's Fluent brand icon CDN, placed on a white tile with padding so it reads well in the Cursor UI: https://res-1.cdn.office.net/files/fabric-cdn-prod_20240411.001/assets/brand-icons/product/svg/onedrive_48x1.svg
License
MIT