Files & Storage MCP Servers

MCP servers that read, write, search and manage files — local filesystems, drives and document stores. Each entry is scanned with the deterministic Capability-Flow Trust Model — grades are computed, never self-reported.

Filesystem (official) Official 17 implementations
A
best: @modelcontextprotocol/server-filesystem

The official MCP filesystem server: read, write, search and manage local files with configurable access roots.

Files & Storage Best score 100/100 0 findings 469k/wk Cap. Minimal
Lite Source verified npm
A
mcp-lite

Security scan results for the Lite MCP server.

Files & Storage Score 100/100 0 findings 17k/wk Cap. Minimal
Google Drive (piotr-agier) Source verified 9 implementations
A
best: @piotr-agier/google-drive-mcp

Provides secure access to Google Drive, Docs, Sheets, and Slides from MCP clients such as Claude Desktop.

Files & Storage Best score 100/100 0 findings 17k/wk Cap. Minimal
Google Drive & Sheets 2 implementations
A
best: @isaacphi/mcp-gdrive

MCP server for interacting with Google Drive and Google Sheets.

Files & Storage Best score 100/100 0 findings 10k/wk Cap. Minimal
PDF Reader 2 implementations
A
best: @sylphx/pdf-reader-mcp

Local-first PDF MCP server whose read_pdf call returns markdown, tables, trust reports, and source evidence with page and bounding-box references.

Files & Storage Best score 100/100 1 finding 4.2k/wk Cap. High
Obsidian 3 implementations
A
best: obsidian-mcp-server

Reads, writes, searches, and surgically edits Obsidian vault notes, tags, and frontmatter over MCP, with STDIO or Streamable HTTP transports.

Files & Storage Best score 100/100 1 finding 3.4k/wk Cap. High
Tabula Md Source verified npm
A
@tabula-md/mcp

Security scan results for the Tabula Md MCP server.

Files & Storage Score 100/100 0 findings 2.6k/wk Cap. Minimal
Atp Mcp Adapter Source verified npm
A
@mondaydotcomorg/atp-mcp-adapter

Security scan results for the Atp Mcp Adapter MCP server.

Files & Storage Score 100/100 0 findings 2.4k/wk Cap. Minimal
Google Workspace Source verified 9 implementations
A
best: google-workspace-mcp

MCP server for Google Workspace covering Docs, Sheets, Drive, Gmail, Calendar, Slides, and Forms.

Files & Storage Best score 100/100 2 findings 2.4k/wk Cap. High
Pi Mcp Bridge npm
A
@qianhuan-lxs/pi-mcp-bridge

Security scan results for the Pi Mcp Bridge MCP server.

Files & Storage Score 100/100 3 findings 2.3k/wk Cap. High
Client npm
A
@agent-infra/mcp-client

Security scan results for the Client MCP server.

Files & Storage Score 100/100 0 findings 2.1k/wk Cap. Minimal
Storage Official 3 implementations
A
best: @google-cloud/storage-mcp

Security scan results for the Storage MCP server.

Files & Storage Best score 100/100 0 findings 1.7k/wk Cap. Minimal
Pi Mcp Extension npm
A
pi-mcp-extension

Security scan results for the Pi Mcp Extension MCP server.

Files & Storage Score 100/100 3 findings 1.6k/wk Cap. High
Ui npm
A
@godxjp/ui-mcp

Security scan results for the Ui MCP server.

Files & Storage Score 100/100 0 findings 1.4k/wk Cap. Minimal
Google Sheets 2 implementations
A
best: google-sheets-mcp

Security scan results for the Google Sheets MCP server.

Files & Storage Best score 100/100 1 finding 1.3k/wk Cap. Moderate
Astro npm
A
astro-mcp

Security scan results for the Astro MCP server.

Files & Storage Score 100/100 1 finding 1.1k/wk Cap. Moderate
Google Mcp Suite Source verified npm
A
google-mcp-suite

Security scan results for the Google Mcp Suite MCP server.

Files & Storage Score 100/100 1 finding 893/wk Cap. High
Youtrack Source verified npm
A
@vitalyostanin/youtrack-mcp

Security scan results for the Youtrack MCP server.

Files & Storage Score 100/100 0 findings 680/wk Cap. Minimal
Gws Source verified npm
A
gws-mcp-server

Security scan results for the Gws MCP server.

Files & Storage Score 100/100 3 findings 577/wk Cap. High
Doc Forge npm
A
@cablate/mcp-doc-forge

MCP server providing document processing (doc forge) capabilities.

Files & Storage Score 100/100 0 findings 566/wk Cap. Minimal
Paperless-NGX (baruchiro) Source verified 3 implementations
A
best: @baruchiro/paperless-mcp

MCP server for Paperless-NGX that enables AI assistants to manage documents, tags, correspondents, and document types through the Paperless-NGX API.

Files & Storage Best score 100/100 0 findings 543/wk Cap. Minimal
CSV Tools npm
A
csv-mcp

MCP server for CSV file operations — read, write, query, transform, and analyze CSV data with formulas and charts.

Files & Storage Score 100/100 1 finding 540/wk Cap. High
Junior DOCX Source verified 3 implementations
A
best: @usejunior/docx-mcp

MCP server for reading, editing, and comparing Word (.docx) and OpenDocument (.odt) files with tracked-changes support.

Files & Storage Best score 100/100 0 findings 490/wk Cap. Minimal
Duckpond Source verified npm
A
duckpond-mcp-server

Security scan results for the Duckpond MCP server.

Files & Storage Score 100/100 0 findings 471/wk Cap. Minimal

Best MCP servers for files and cloud storage — and how far they reach

Installing a files & storage MCP server is the closest thing to handing your AI assistant a keyring for your disk. Over the Model Context Protocol, Claude, Cursor and other clients can work directly with local folders and mounted drives, S3-compatible buckets, sync platforms like Google Drive, Dropbox and OneDrive, and SFTP or document-store backends. Each convenience carries a matching hazard:

  • Search and summarise a project tree — pull figures out of reports, answer questions about contracts. The hazard: a server scoped to a whole home directory also reads SSH keys, .env secrets, browser profiles and password databases.
  • Write and organise — batch renames, format conversion, saving generated output straight into a workspace. Unrestricted write access lets one prompt-injected instruction overwrite or delete real documents.
  • Copy and back up between a local disk and a cloud bucket. Broad file read combined with network capability is the textbook exfiltration pattern in MCP security research, and sloppy path validation adds ../ traversal escapes on top.

A malicious package needs no exotic tricks in this category: quietly forwarding whatever it reads to an outside host is enough. That makes code-level scrutiny more valuable here than almost anywhere else.

How Trust Scores flag risky filesystem MCP servers

Every server listed here went through the open-source mcptrustchecker engine — a fixed ruleset that reads the published npm or PyPI code, charts its capability blast radius (file read, file write, network, shell) and issues an A–F Trust Score with evidence attached. Identical input always produces an identical grade; no LLM sits in the loop, and no listing can be bought. Read a score as an automated opinion about the code, not a certification, and prefer servers whose scope matches the job: read-only where reading suffices, one directory rather than the whole disk. Start from the full MCP Trust Registry, compare the neighbouring Content Management and Other categories, or scan any package yourself through the free scan API.

Is it safe to give an MCP server access to my files?

It can be, provided the server is narrowly scoped and its code has been examined. Grant the smallest directory that covers the task, treat broad file read plus network access as a red flag, and check the Trust Score and individual findings before installing. A read-only, single-folder configuration removes most of the damage an over-permissioned or compromised server could cause.