S3 runs on your own machine — the client starts it, so there is no endpoint to ping. 118 installs a week from npm. Last commit 10 Mar 2026.
AWS S3 MCP — list buckets, browse objects, upload/download, presigned URLs.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add s3 -- npx -y mcp-server-s3
{
"mcpServers": {
"s3": {
"args": [
"-y",
"mcp-server-s3"
],
"command": "npx"
}
}
}
[mcp_servers.s3]
command = "npx"
args = ["-y", "mcp-server-s3"]
{
"mcpServers": {
"s3": {
"args": [
"-y",
"mcp-server-s3"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"s3": {
"args": [
"-y",
"mcp-server-s3"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.