$ timeahead.in
/ servers/npm/@modelcontextprotocol/server-filesystem
npm

@modelcontextprotocol/server-filesystem

MCP server for filesystem access

87k stars308k/wkupdated 0d agogithub ↗
93excellent
▣ Overview

What it does

This reference implementation enables Claude to read and write files on the local filesystem through MCP. It provides secure file operations with configurable access controls, allowing Claude to access files within boundaries you define. The server bridges Claude's capabilities with your local file system, supporting both read and write operations under controlled conditions.

Who it's for

Developers building Claude-powered tools that interact with the local filesystem—code editors with AI assistance, documentation generators, configuration management tools, and scripts that need to read or modify project files. Best suited for development and testing environments where access policies can be carefully managed.

Common use cases

  • Let Claude read and analyze local source code or documentation files during development
  • Enable Claude to generate or modify configuration files, documentation, or boilerplate code in specified directories
  • Build file-management tools where Claude can organize, rename, or batch-process files
  • Create assistants that review or edit project files with user-controlled filesystem boundaries

Setup pitfalls

  • This is a reference implementation intended for development and education—the README warns it is not a production-ready solution and should be evaluated for your security requirements
  • Filesystem write access is a high-risk capability; always restrict to specific, necessary directories and review access controls before deployment
  • CI is currently failing; review the repository status and recent commits before using in any environment
  • Access controls configuration is critical—understand the constraints you define before connecting Claude to your filesystem
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
100
20.0
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
93.0
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "modelcontextprotocolserver-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem"
      ]
    }
  }
}
📈 Score historylast 30 snapshots
4/30/20266/6/2026 · 30 snapshots
⚙ Maintenance health
68/ 100 · is this project alive?
contributors (1y)333
top contributor share31%
releases (1y)7
last release129d ago
ci⚠ failing
⛁ Raw data
weekly downloads308k
github stars87k
forks11k
open issues493
license✓ present
readme length24552 chars
last publish0d ago
last commit0d ago
last updated6h ago
install verified✓ pass · 13d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points