AWS S3
Freeby Cloud Tools Co
Standalone S3 MCP server for object storage operations.
v1.0.0Added Jan 6, 2025
awss3storage
AWS S3 MCP Server
Standalone S3 MCP server for object storage operations.
Features
- Bucket management
- Object upload/download
- Presigned URLs
- Versioning
- Lifecycle
Installation
{
"mcpServers": {
"s3-bucket": {
"command": "npx",
"args": ["-y", "mcp-s3"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-s3
Add to claude_desktop_config.json
{
"mcpServers": {
"aws-s3": {
"command": "npx",
"args": ["-y", "mcp-s3"]
}
}
}