Amazon S3 and S3-compatible storage operations. List buckets, upload, download, and manage objects in cloud storage.
uvx s3-mcp-server
```json
{
"mcpServers": {
"s3": {
"command": "uvx",
"args": ["s3-mcp-server"],
"env": { "AWS_PROFILE": "default" }
}
}
}
```
list_bucketslist_objectsget_objectput_objectdelete_objectAmazon S3 and S3-compatible storage operations. List buckets, upload, download, and manage objects in cloud storage.
Language: Python
Category: Cloud