Skip to content

Filesystem

Free

by MCP Community

MCP server for filesystem access

v1.2.29Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Filesystem MCP Server

MCP server for filesystem access

Installation

npx -y @agent-infra/mcp-server-filesystem

Reviews

Leave a Review

Installation

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