Cloud replacement for mcp-server-filesystem — 20 tools for S3, Azure Blob, and GCS
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @nogoo9/mcp-server-cloud-fs
MCP client config
{
"mcpServers": {
"mcp-server-cloud-fs": {
"command": "npx",
"args": [
"-y",
"@nogoo9/mcp-server-cloud-fs"
]
}
}
}