OpenDAL
CommunitybyCommunity
Access S3, GCS, and Azure Blob via Apache OpenDAL abstraction.
API Key Required
Configuration
{
"mcpServers": {
"opendal": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-opendal"
],
"env": {
"OPENDAL_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.