Filesystem

Featured

by Anthropic · File System

15,000 stars12,000 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

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/dir

Cursor / 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"
    }
  }
}