developer-toolsOfficial
Filesystem MCP
89
Anthropic
Read, write, search, and manage files on your local filesystem with secure directory-scoped access for your AI editor.
83.0k538.1k/wk5.7K tokens(3%)Official1w 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"
]
}
}
}