Microsoft OneDrive MCP server — browse, read, and manage files and folders through Microsoft Graph.
claude mcp add ms-onedrive-mcp -- npx -y ms-onedrive-mcp
claude_desktop_config.json
{
"mcpServers": {
"ms-onedrive-mcp": {
"command": "npx",
"args": [
"-y",
"ms-onedrive-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ms-onedrive-mcp": {
"command": "npx",
"args": [
"-y",
"ms-onedrive-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ms-onedrive-mcp": {
"command": "npx",
"args": [
"-y",
"ms-onedrive-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ms-onedrive-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ms-onedrive-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ms-onedrive-mcp": {
"command": "npx",
"args": [
"-y",
"ms-onedrive-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.0xka13b--ms-onedrive-mcp/reviews or the review_server meta-tool.
POST /mcp