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.

Lite Source verified npm
A
mcp-lite

A small, fetch-first implementation of the Model Context Protocol (MCP) server APIs.

Files & Storage Score 100/100 0 findings 26k/wk Cap. Minimal
Google Drive 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 9.2k/wk Cap. Minimal
Google Drive (official) Official 2 implementations
A
best: @modelcontextprotocol/server-gdrive

The official Google Drive connector: search Drive and read file contents from an AI assistant.

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

MCP compatibility adapter for Agent Tool Protocol

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

An MCP server for Google Workspaces.

Files & Storage Best score 100/100 1 finding 637/wk Cap. Minimal
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 441/wk Cap. Minimal
Add Source verified npm
A
mcp-add

CLI tool to add MCP servers to various AI coding clients

Files & Storage Score 100/100 0 findings 379/wk Cap. Minimal
Microsoft SharePoint Source verified npm
A
@mindstone/mcp-server-microsoft-sharepoint

Microsoft 365 SharePoint via the Graph API: sites, document libraries, pages, lists, search, and file/list mutations.

Files & Storage Score 100/100 0 findings 150/wk Cap. Minimal
File Proxy Source verified npm
A
@dongit/mcp-file-proxy

A stdio-to-HTTP MCP proxy that transparently intercepts file parameters, reading local files and base64-encoding them before forwarding to the remote server.

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

MCP server for multi-tenant DuckDB management with R2/S3 storage

Files & Storage Score 100/100 0 findings 30/wk Cap. Minimal
Target Mcp Protocol Source verified npm
A
@skillit/target-mcp-protocol

Default invocation-target adapter for @skillit/mcp — emits mcp: frontmatter for MCP-native agent harnesses (OpenCode, Codex, Cursor)

Files & Storage Score 100/100 0 findings 21/wk Cap. Minimal
Fte Source verified npm
A
mcp-fte

MCP File Transfer Extension — chunk-based file transfers between MCP servers. TypeScript client orchestrator + server extension.

Files & Storage Score 100/100 0 findings 20/wk Cap. Minimal
Mobile Pixel Source verified npm
A
mobile-pixel-mcp

Visual-first MCP server for mobile automation

Files & Storage Score 100/100 0 findings 18/wk Cap. Minimal
Gsuite Source verified npm
A
@west10tech/gsuite-mcp

Comprehensive Google Workspace MCP server with Gmail, Drive, Calendar, and Contacts integration

Files & Storage Score 100/100 0 findings 14/wk Cap. Minimal
Terra Mcp Google Source verified npm
A
terra-mcp-google

Kozocom MCP server

Files & Storage Score 100/100 0 findings 14/wk Cap. Minimal
Ibs 70v Calculator Source verified npm
A
ibs-70v-calculator-mcp

MCP server for 70V line audio system calculations — sizing, amplifier recommendation, cable loss. By IBS Áudio.

Files & Storage Score 100/100 0 findings 13/wk Cap. Minimal
Adbloop Meta Ads Remote
A
https://mcp.adbloop.com/mcp

Safe bulk Meta ads: launch 150+ campaigns from Drive folders with spend guardrails and validation.

Files & Storage Score 100/100 0 findings Cap. Minimal
Free Agent Economy Lab Remote
A
https://austere-unsteady-pdf.replit.app/mcp

Free buyer-side outcome verification and provider comparison for supplied agent receipts.

Files & Storage Score 100/100 0 findings Cap. Minimal
FreeSign — Free e-signature Remote
A
https://free-sign.com/mcp

Free e-signature for humans and AI agents — zero-document PDF signing from hashes only.

Files & Storage Score 100/100 0 findings Cap. Minimal
Mcp Remote
A
https://mcp.apideck.dev/mcp

Apideck Unified API MCP — 229 tools across 200+ SaaS connectors (accounting, HRIS, file storage).

Files & Storage Score 100/100 0 findings Cap. Minimal
Normhyra Remote
A
https://mcp.normhyra.ai/

Swedish normhyra calculation engine: convert rents, process rent rolls, generate PDF reports.

Files & Storage Score 100/100 0 findings Cap. Minimal
PDF Kit Remote
A
https://mcp.hellobasestation.com/mcp

AI-powered PDF tools: fill forms, merge, extract data, and split PDFs

Files & Storage Score 100/100 0 findings Cap. Minimal
PDF Redaction MCP Remote
A
https://api.pdf-redaction.com/mcp

MCP server for detecting and redacting PII (Personally Identifiable Information) in PDF documents.

Files & Storage Score 100/100 0 findings Cap. Minimal
Trip Logistics Assistant Remote
A
https://api.triplogistics.app/mcp

Book trip logistics in chat: cars, transfers, eSIM, luggage storage, tours & flight compensation.

Files & Storage Score 100/100 0 findings 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.