Community-maintained filesystem MCP server variant with inode-preserving existing-file writes.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-filesyste": {
"command": "npx",
"args": [
"-y",
"X1pheR/mcp-server-filesystem"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-filesyste npx -y X1pheR/mcp-server-filesystem
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-filesyste": {
"command": "npx",
"args": [
"-y",
"X1pheR/mcp-server-filesystem"
]
}
}
}