Filesystem

Official

Reference server implementing filesystem operations

Category:Development Tools
54,439stars
Updated:Today
Live data

Zone Score

76%
Good
Popularity
Stars, forks, contributors
100%
Quality
Docs, license, topics
85%
Maintenance
Updates, issues, activity
40%

Claude Desktop Configuration

Add this to your Claude Desktop configuration file:

{
  "filesystem": {
    "command": "npx",
    "args": [
      "-y",
      "@modelcontextprotocol/server-filesystem",
      "/Users/YOUR_USERNAME/Documents"
    ]
  }
}

Requirements

  • Node.js 18 or higher
  • Claude Desktop installed
  • File system access permissions

Setup Steps

  1. 1Install the server globally: npm install -g @modelcontextprotocol/server-filesystem
  2. 2Add the configuration to your Claude Desktop settings
  3. 3Set the allowed directories in the configuration
  4. 4Restart Claude Desktop to apply changes

Detailed Metrics

Popularity

Stars
54,439
Forks
6,221
Watchers
54,439

Quality

Documentation
✓ Good
License
MIT License
Language
JavaScript

Maintenance

Last Commit
Today
Open Issues
513
Contributors
1

Repository

Size
3.7 MB
Created
Nov 2024
Live data • Updated 10:50:05 AM

Quality Factors

Documentation

✓ Has README

Repository has a README with description

License

MIT License

Open source license for legal clarity

Test Coverage

Coming Soon

Automated tests ensure reliability

TypeScript

Coming Soon

Type safety for better developer experience

NPM Downloads

Coming Soon

Weekly download statistics from NPM

Security Scan

Coming Soon

Vulnerability detection and alerts

Related Servers