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.
A small, fetch-first implementation of the Model Context Protocol (MCP) server APIs.
Provides secure access to Google Drive, Docs, Sheets, and Slides from MCP clients such as Claude Desktop.
The official Google Drive connector: search Drive and read file contents from an AI assistant.
MCP compatibility adapter for Agent Tool Protocol
An MCP server for Google Workspaces.
MCP server for reading, editing, and comparing Word (.docx) and OpenDocument (.odt) files with tracked-changes support.
CLI tool to add MCP servers to various AI coding clients
Microsoft 365 SharePoint via the Graph API: sites, document libraries, pages, lists, search, and file/list mutations.
A stdio-to-HTTP MCP proxy that transparently intercepts file parameters, reading local files and base64-encoding them before forwarding to the remote server.
MCP server for multi-tenant DuckDB management with R2/S3 storage
Default invocation-target adapter for @skillit/mcp — emits mcp: frontmatter for MCP-native agent harnesses (OpenCode, Codex, Cursor)
MCP File Transfer Extension — chunk-based file transfers between MCP servers. TypeScript client orchestrator + server extension.
Visual-first MCP server for mobile automation
Comprehensive Google Workspace MCP server with Gmail, Drive, Calendar, and Contacts integration
Kozocom MCP server
MCP server for 70V line audio system calculations — sizing, amplifier recommendation, cable loss. By IBS Áudio.
Safe bulk Meta ads: launch 150+ campaigns from Drive folders with spend guardrails and validation.
Free buyer-side outcome verification and provider comparison for supplied agent receipts.
Free e-signature for humans and AI agents — zero-document PDF signing from hashes only.
Apideck Unified API MCP — 229 tools across 200+ SaaS connectors (accounting, HRIS, file storage).
Swedish normhyra calculation engine: convert rents, process rent rolls, generate PDF reports.
AI-powered PDF tools: fill forms, merge, extract data, and split PDFs
MCP server for detecting and redacting PII (Personally Identifiable Information) in PDF documents.
Book trip logistics in chat: cars, transfers, eSIM, luggage storage, tours & flight compensation.
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:
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.
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.
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.