Skip to content

Modelcontextprotocol Server Filesystem

Free

by MCP Community

MCP server for filesystem access

v0.5.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Modelcontextprotocol Server Filesystem MCP Server

MCP server for filesystem access

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @ouedyan/modelcontextprotocol-server-filesystem
Add to claude_desktop_config.json
{
  "mcpServers": {
    "modelcontextprotocol-server-filesystem": {
      "command": "npx",
      "args": ["-y", "@ouedyan/modelcontextprotocol-server-filesystem"]
    }
  }
}