← Index

Filesystem MCP

io.github.j0hanz/filesystem-mcp·v1.19.1·Filesystem
Quality Score
100
/100

Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/filesystem-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/filesystem-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @j0hanz/filesystem-mcp
Claude Desktop (Docker)
{
  "mcpServers": {
    "filesystem-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/j0hanz/filesystem-mcp:1.19.1"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
10
§04  Alternatives in Filesystem