Google PageRank for AI agents. 25,000+ tools indexed.

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: 64.0.

# Repository Score Stars Lang Updated
1 taylorwilsdon/google_workspace_mcp Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive w… 81.6 1.8k Python 6mo ago
2 wonderwhy-er/DesktopCommanderMCP This is MCP server for Claude that gives it terminal control, file system search and diff … 71.6 5.7k TypeScript 6mo ago
3 agentset-ai/agentset The open-source RAG platform: built-in citations, deep research, 22+ file formats, partiti… 64.4 1.9k TypeScript 6mo ago
4 awslabs/a2a-agent-registry-on-aws Scalable agent registry for AI agents using A2A protocol AgentCard with semantic search. A… 60.2 19 Python 6mo ago
5 xing5/mcp-google-sheets This MCP server integrates with your Google Drive and Google Sheets, to enable creating an… 58.9 735 Python 7mo ago
6 yoanbernabeu/S3-Documentation-MCP-Server A lightweight Model Context Protocol (MCP) server that brings RAG (Retrieval-Augmented Gen… 58.9 7 TypeScript 6mo ago
7 agentralabs/agentic-contract Policy engine for AI agents — enforceable rules, risk limits, approval gates, obligation t… 58.7 4 Rust 6mo ago
8 use-novamira/novamira MCP server that gives AI agents full access to WordPress through PHP execution and filesys… 57.9 78 PHP 6mo ago

See all filesystem tools in the index →

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

Full scoring methodology →

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.