DirectoryMcp Server Filesystem
files

Mcp Server Filesystem

by MarcusJellinghaus

33
Health
stale
50
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.

45stars
15forks
Python
MIT
Updated March 11, 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 Healthstale

Freshness10/40
Issue response15/30
Org backing5/20
Longevity3/10
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