Filesystem
Freeby MCP Community
MCP server for advanced filesystem operations with strict security boundaries. Batch operations, directory watching, file search/indexing, and permission manage
v0.1.9Added Apr 12, 2026
mcpmodel-context-protocolfilesystemfile-operationsbatch-operations
Filesystem MCP Server
MCP server for advanced filesystem operations with strict security boundaries. Batch operations, directory watching, file search/indexing, and permission manage
Installation
npx -y @ai-capabilities-suite/mcp-filesystem
Reviews
Installation
Quick install
npx -y @ai-capabilities-suite/mcp-filesystem
Add to claude_desktop_config.json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@ai-capabilities-suite/mcp-filesystem"]
}
}
}