Catalog
io.github.0xka13b/ms-onedrive-mcp
Officialby 0xka13b · TypeScript
Microsoft OneDrive MCP server — browse, read, and manage files and folders through Microsoft Graph.
Browse, read, and manage files and folders in Microsoft OneDrive via Microsoft Graph.
Topics
anthropicmcpmicrosoftmicrosoft-graphaiai-agentsmcp-servertypescript
README not available yet.
Install
Configuration
Environment variables
MICROSOFT_CLIENT_IDEntra ID application (client) ID for the public client app used to sign in. Run `npx -y ms-onedrive-mcp login` once to cache a refresh token.
claude_desktop_config.json
{
"mcpServers": {
"ms-onedrive-mcp": {
"command": "npx",
"args": [
"-y",
"ms-onedrive-mcp@1.0.1"
],
"env": {
"MICROSOFT_CLIENT_ID": "<YOUR_MICROSOFT_CLIENT_ID>"
}
}
}
}