MCP server for AWS S3 — list buckets, browse objects, upload/download, presigned URLs
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-s3": {
"command": "npx",
"args": [
"-y",
"ofershap/mcp-server-s3"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-s3 npx -y ofershap/mcp-server-s3
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-s3": {
"command": "npx",
"args": [
"-y",
"ofershap/mcp-server-s3"
]
}
}
}