Microsoft 365 Files runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from npm. Last commit 13 Sep 2026.
Microsoft 365 OneDrive files via Graph: list, search, get, upload, download, share, read text.
Today is the operative word: we check Microsoft 365 Files every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-server-microsoft-files -- npx -y @mindstone/mcp-server-microsoft-files
{
"mcpServers": {
"mcp-server-microsoft-files": {
"args": [
"-y",
"@mindstone/mcp-server-microsoft-files"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server-microsoft-files]
command = "npx"
args = ["-y", "@mindstone/mcp-server-microsoft-files"]
{
"mcpServers": {
"mcp-server-microsoft-files": {
"args": [
"-y",
"@mindstone/mcp-server-microsoft-files"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-server-microsoft-files": {
"args": [
"-y",
"@mindstone/mcp-server-microsoft-files"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MS_CLIENT_ID (Microsoft Entra (Azure AD) application client ID), MS_CONFIG_DIR (Path to the per-user Microsoft config directory (credentials/, accounts.json)), MS_ACCOUNT_EMAIL (Account email when running in multi-account per-instance mode (falls back to the first account in accounts.json)), MS_MCP_PACKAGE_ID (Logical package ID surfaced in error responses), MICROSOFT_REQUEST_TIMEOUT_MS (Override the upstream Microsoft Graph request timeout in milliseconds (max 300000 = 5 min)).
The author declared them in the registry entry; get the values from the project itself.
Outlook mail and OneDrive files via Microsoft Graph — read, search, send and organize.
MCP server for the Google Drive API: search, upload, download, organize and share files.
Microsoft OneDrive MCP server — browse, read, and manage files and folders through Microsoft Graph.
List, search, download and upload files in a NAVER MYBOX (네이버 마이박스) cloud drive.
Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive.
OneDrive (Microsoft Graph) MCP Pack
Google Drive via gogcli for Claude — search, upload, download, permissions
Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.
Answers built from our own checks of this server.