Best MCP Servers for File Management
Top-ranked MCP servers for file system access, cloud storage, and document management. Scored from the AgentRank index.
File management MCP servers give AI agents read and write access to local filesystems, cloud storage, and document systems. They are the most common type of MCP server because every agent workflow eventually needs to read a file, write output, or organize documents.
This guide ranks the top file management MCP servers from the AgentRank index — covering local filesystems, S3-compatible storage, Google Drive, Dropbox, and document management tools. Use these to build agents that can read codebases, write reports, organize files, and sync across cloud storage.
Top File Management MCP servers
Ranked by the composite AgentRank score — a weighted blend of stars (15%), freshness (25%), issue health (25%), contributors (10%), and inbound dependents (25%). Average score across these 8 tools: 80.5.
| # | Repository | Score | Stars | Lang | Updated |
|---|---|---|---|---|---|
| 1 | taylorwilsdon/google_workspace_mcp Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive w… | 88.9 | 1.8k | Python | 1d ago |
| 2 | rust-mcp-stack/rust-mcp-filesystem Blazing-fast, asynchronous MCP server for seamless filesystem operations. | 87.0 | 138 | Rust | 3d ago |
| 3 | xing5/mcp-google-sheets This MCP server integrates with your Google Drive and Google Sheets, to enable creating an… | 86.1 | 742 | Python | 3d ago |
| 4 | a-bonus/google-docs-mcp The Ultimate Google Docs, Sheets & Drive MCP Server. Google Docs MCP is an MCP server (pri… | 81.3 | 384 | TypeScript | 3d ago |
| 5 | sirkirby/unifi-mcp MCP servers for the UniFi suite of applications, Network, Protect, Access, and Drive | 78.8 | 199 | Python | today |
| 6 | wonderwhy-er/DesktopCommanderMCP This is MCP server for Claude that gives it terminal control, file system search and diff … | 78.3 | 5.7k | TypeScript | 15d ago |
| 7 | JSONbored/claudepro-directory Claude Pro Directory is a searchable collection of pre-built configurations, MCP servers, … | 72.2 | 195 | TypeScript | 16d ago |
| 8 | agentset-ai/agentset The open-source RAG platform: built-in citations, deep research, 22+ file formats, partiti… | 71.2 | 1.9k | TypeScript | 12d ago |
Choosing by use case
- Local filesystem
- Read/write files and directories on the agent host machine. Scope to a safe directory.
- Cloud storage (S3, GCS, Azure Blob)
- Object storage access for files that live in the cloud — read blobs, list buckets, upload outputs.
- Google Drive & Docs
- Access shared documents, spreadsheets, and slides from Drive — great for team workflows.
- Document search & indexing
- Full-text search across file collections so agents can find relevant context fast.
Quick setup
Most MCP servers follow the same config pattern. Add this to your Claude Desktop, Cursor, or Windsurf MCP config file:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/projects"]
}
}
} See the integrations page for platform-specific setup guides for Claude Code, Cursor, VS Code, Windsurf, and Cline.
Reading the AgentRank signals
Each tool in this guide is scored on five signals that predict long-term reliability:
| Signal | Weight | What it means |
|---|---|---|
| Stars | 15% | Raw popularity — how many developers have found and bookmarked this tool |
| Freshness | 25% | Days since last commit — tools with no recent commits decay hard after 90 days |
| Issue health | 25% | Ratio of closed to total issues — measures maintainer responsiveness |
| Contributors | 10% | More contributors = less bus-factor risk, broader review surface |
| Dependents | 25% | How many other repos depend on this — the strongest signal of real-world adoption |
Query this live from your editor: Install AgentRank in Cursor, VS Code, or Claude Code — your AI agent can query live rankings on demand.
Missing a tool? Submit it to the index — new tools are scored in the next nightly crawl.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.