Loading MCP server directory, please wait...
Microsoft 365 OneDrive files via Graph: list, search, get, upload, download, share, read text.
npx @getmcp/cli add io.github.mindstone/mcp-server-microsoft-filesRequires Node.js 18+. Community-contributed server. Review source before installing.
MS_CLIENT_IDMicrosoft Entra (Azure AD) application client ID
MS_CONFIG_DIRPath to the per-user Microsoft config directory (credentials/, accounts.json)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-microsoft-files": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-microsoft-files"
],
"env": {
"MS_CLIENT_ID": "",
"MS_CONFIG_DIR": "",
"MS_ACCOUNT_EMAIL": "",
"MS_MCP_PACKAGE_ID": "Microsoft365Files",
"MICROSOFT_REQUEST_TIMEOUT_MS": "60000"
}
}
}
}