S3 MCP Server
Related Servers
Alternatives to S3 MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityFmaintenanceAn Amazon S3 Model Context Protocol server that allows Large Language Models like Claude to interact with AWS S3 storage, providing tools for listing buckets, listing objects, and retrieving object contents.3616 npm30MIT
- AlicenseAqualityFmaintenanceA Model Context Protocol server implementation that enables Claude to perform AWS operations on S3 and DynamoDB services through natural language commands.23127MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for AWS S3 and compatible object stores, enabling LLM clients to browse buckets and fetch objects.MIT No Attribution
- FlicenseBqualityDmaintenanceAn MCP server that provides tools for interacting with AWS S3 buckets, enabling direct access to S3 operations through the Model Context Protocol.1-
- FlicenseNot gradedqualityNot gradedmaintenanceEnables direct interaction with AWS S3 buckets through the Model Context Protocol, allowing users to list and manage S3 bucket operations using their AWS credentials.-
- AlicenseBqualityCmaintenanceA Model Context Protocol server that provides seamless access to multiple storage services including S3, Azure Blob Storage, and Google Cloud Storage through Apache OpenDAL™.335Apache 2.0
TDQS
Scored across 3 tools
Each tool targets a distinct S3 action (get object, list buckets, upload file) with no overlap. Even without descriptions, the names clearly differentiate the operations.
All tool names follow a consistent verb_noun pattern with snake_case (get_object, list_buckets, upload_file), making them predictable and easy to understand.
With 3 tools, the server is slightly under-scoped for a typical S3 service, but it covers core operations. The count is still within a reasonable range for a focused utility.
The tool set is missing essential S3 operations like delete_object, list_objects, and copy_object. These omissions create significant gaps that would hinder an agent performing common storage tasks.