Install to ToolCloud
One click. No local setup. Works with any MCP client.
Secure file operations with configurable access controls. Read, write, search, and manage files within allowed directories.
directoriesfilesfilesystemsearch
Manual Installation
Claude Code
claude mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dirCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"filesystem": {
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/dir"
],
"command": "npx"
}
}
}