Filesystem
Freeby MCP Community
MCP to interact with file system
v0.0.3Added Apr 12, 2026
Filesystem MCP Server
MCP to interact with file system
Installation
npx -y mcp-filesystem
Reviews
Installation
Quick install
npx -y mcp-filesystem
Add to claude_desktop_config.json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "mcp-filesystem"]
}
}
}