developer-toolsOfficial
Filesystem MCP
90
Anthropic
Read, write, search, and manage files on your local filesystem with secure directory-scoped access for your AI editor.
79.1k187.2k/wk5.7K tokens(3%)Official3d ago
FS Read/Write
filesystemfilesdirectorieslocal
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"filesystem-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
}
}
}