DirectoryMcp Server Filesystem
files

Mcp Server Filesystem

by MarcusJellinghaus

45
Health
fair
42
Popularity

MCP File System Server: A secure Model Context Protocol server that provides file operations for AI assistants. Enables Claude and other assistants to safely read, write, and list files in a designated project directory with robust path validation and security controls.

47stars
17forks
Python
MIT
Updated May 10, 2026
#ai-assistant#claude-ai#claude-desktop#file-operations#filesystem#mcp#mcp-server#model-context-protocol#open-source

Add to Claude Desktop

Paste this into your claude_desktop_config.json file:

{
  "mcpServers": {
    "mcp-server-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server--server-filesystem"
      ]
    }
  }
}

Install method inferred — check the GitHub README for exact setup

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Maintenance Healthfair

Freshness32/40
Issue response3/30
Org backing5/20
Longevity5/10
Updated recently
Most issues unresolved
Solo project

Server Info

Categoryfiles
LanguagePython
LicenseMIT
StatusACTIVE
Free tier available

Get Your API Key

Claude API — the AI that powers most MCP use cases. Free tier available.

Get Claude API Key

Submit Your Server

Built an MCP server? Get it listed in front of thousands of developers.

List Your Server Free
Back to Directory