Remote Filesystem
Freeby MCP Community
MCP server for remote filesystem operations on cloud storage (GCS, S3, etc.)
v0.1.1Added Apr 12, 2026
mcpremote-filesystemcloud-storagegcsgoogle-cloud-storage
Remote Filesystem MCP Server
MCP server for remote filesystem operations on cloud storage (GCS, S3, etc.)
Installation
npx -y remote-filesystem-mcp-server
Reviews
Installation
Quick install
npx -y remote-filesystem-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"remote-filesystem": {
"command": "npx",
"args": ["-y", "remote-filesystem-mcp-server"]
}
}
}