Modelcontextprotocol Server Filesystem
Freeby MCP Community
MCP server for filesystem access
v0.5.0Added Apr 12, 2026
Modelcontextprotocol Server Filesystem MCP Server
MCP server for filesystem access
Installation
Reviews
Installation
Quick install
npx -y @ouedyan/modelcontextprotocol-server-filesystem
Add to claude_desktop_config.json
{
"mcpServers": {
"modelcontextprotocol-server-filesystem": {
"command": "npx",
"args": ["-y", "@ouedyan/modelcontextprotocol-server-filesystem"]
}
}
}