Filesystem
Freeby MCP Community
A Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search and replace, and directory tree traversal
v1.0.4Added Apr 12, 2026
AI-integrationMCPauthenticationclientfile-operations
Filesystem MCP Server
A Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search and replace, and directory tree traversal
Installation
npx -y @cyanheads/filesystem-mcp-server
Reviews
Installation
Quick install
npx -y @cyanheads/filesystem-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@cyanheads/filesystem-mcp-server"]
}
}
}