The essential MCP server that gives AI complete control over your local files. Read, write, edit, and manage files with granular permissions - the foundation for any AI-powered development workflow.
Filesystem MCP is an official Model Context Protocol server that enables AI assistants like Claude to securely read, write, and manage files on your local system. It provides granular access controls, supports all file operations, and integrates seamlessly with any MCP-compatible client in just 2 minutes.
Think of Filesystem MCP as giving your AI assistant the same file management powers you have on your computer. Just like you can open folders, create documents, and organize files, this MCP server lets Claude or any AI do the same - but with strict security controls you define.
OPERATION | SUPPORTED | PERMISSION REQUIRED |
---|---|---|
Read Files | โ | Read |
Write Files | โ | Write |
Create Directories | โ | Write |
Delete Files | โ | Write + Confirmation |
Execute Files | โ | Not Supported (Security) |
open ~/Library/Application\ Support/Claude/
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/YOUR_USERNAME/Documents",
"/Users/YOUR_USERNAME/Desktop"
]
}
}
}
Quit Claude Desktop completely and restart it. The filesystem server will start automatically.
code --install-extension continue.continue
Or search for "Continue" or "Cline" in VS Code Extensions
Add to VS Code settings.json:
{
"continue.mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"${workspaceFolder}"
]
}
}
}
After installation, try these commands in your AI assistant:
Install Filesystem MCP in just 2 minutes and give your AI file superpowers!