Install commands are being verified. Only servers with the Verified badge have been checked against the real package registry. Unverified commands may 404 -- always inspect the source repo before running. Submit corrections on GitHub.
by Xuanwo
Unified storage access through Apache OpenDAL. Read and write to S3, GCS, Azure Blob, HDFS, and 40+ storage services.
Install
npx -y mcp-server-opendalRun this command to install and start the server:
npx -y mcp-server-opendalAdd this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"opendal-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-server-opendal"
]
}
}
}Other filesystem servers you might want to compare.
by Anthropic
Secure file operations with configurable access controls. Read, write, search, and manage files and directories with sandboxed permissions.
by MladenSU
Execute shell commands and manage system processes securely. Run CLI tools, pipe commands, and interact with the terminal.
by nicepkg
AWS S3 operations for managing buckets and objects. Upload, download, list, copy, and organize files in cloud storage.
by PSU3D0
Read and manipulate Excel and CSV files locally. Parse spreadsheets, extract data, and transform tabular content.