File Systems
Verified
Trust: 54/100 (Fair)Filesystem MCP Guide
Read and write files on the local filesystem. Navigate directories, search for files, and manage file operations.
934 stars 38,700 downloadsby Anthropic
Quick Start
Install
npx @mcp/filesystemClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"filesystem-mcp": {
"command": "npx",
"args": [
"@mcp/filesystem"
]
}
}
}What Filesystem MCP Can Do
read_files
Read file contents
write_files
Write and create files
search_files
Search for files by pattern
Permissions Required
Filesystem MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
fs.read | Read filesystem | medium |
fs.write | Write to filesystem | critical |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |
| AutoGen | Supported |