Install commands are being verified. Only servers with the Verified badge have been checked against the real package registry. Unverified commands may 404 -- always inspect the source repo before running. Submit corrections on GitHub.
by awslabs
Manage AWS S3 buckets and objects through MCP. List, upload, download, and delete files in S3 with support for presigned URLs and multipart uploads.
Install
npx -y @awslabs/mcp-server-s3Run this command to install and start the server:
npx -y @awslabs/mcp-server-s3Add this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"aws-s3-mcp": {
"command": "npx",
"args": [
"-y",
"@awslabs/mcp-server-s3"
]
}
}
}Other cloud servers you might want to compare.
by Anthropic
Search, read, and manage files in Google Drive. Access documents, spreadsheets, and shared drives through AI.
by Google
Deploy applications to Google Cloud Run. List services, manage projects, and ship containers to Google's serverless platform.
by AWS
AWS MCP servers for core service integration. Manage S3, Lambda, DynamoDB, CloudFormation, and more AWS services.
by Microsoft
Official Azure MCP server. Manage Azure resources, deploy services, query Resource Graph, and interact with the Azure ecosystem.