MCP ServerVerifiedFeatured
Filesystem MCP Server
Secure file system access with configurable permissions and sandboxing.
Install
claude mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dir
About
The filesystem MCP server provides Claude Code with controlled access to your local file system. Configure allowed directories, set read/write permissions, and enable safe file operations. Essential for any workflow that needs to read configs, write output files, or manage project structures outside the current working directory.
Tags
filesystemfilesiolocal
Score Breakdown
CLI Score Breakdown9/11
✓Official SDK on npm/pip+2
✓Env var authentication (no browser OAuth)+2
✓Works in headless/CI environments+2
✓CLI tool available+1
✓JSON response for piping/parsing+1
✓Docs have curl/CLI examples+1
✗Reasonable rate limits for scripted use0
✗Machine-readable pricing (md/JSON/static)0
Quality Score Breakdown
npm weekly downloads550k
GitHub stars83k
Days since last release11d
Issue close ratio86%
TypeScript typesYes
Docs qualityexcellent
Breaking changesrare
Scores
CLI
9
Quality
9
Related
MCP ServerVerified
12k/wkSQLite MCP Server
Read and write SQLite databases with full SQL support.
CLI
8
Quality
8
claude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqlite /path/to/database.dbMCP ServerVerifiedFeatured~120ms - Moderate
889k/wkGitHub MCP Server
Access GitHub repos, issues, PRs, and actions directly from Claude Code.
CLI
10
Quality
10
claude mcp add github -- npx -y @modelcontextprotocol/server-githubMCP ServerVerifiedFeatured~200ms - Moderate
150k/wkPlaywright MCP Server
Browser automation with Playwright - test, scrape, and interact with web pages.
CLI
8
Quality
9
claude mcp add playwright -- npx -y @playwright/mcp