mcp-server-s3
Related Servers
Alternatives to mcp-server-s3
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceMCP server for uploading, listing, and retrieving files on S3-compatible storage (AWS S3, DigitalOcean Spaces) with public/private access and temporary URLs.45 npmMIT
- AlicenseNot gradedqualityDmaintenanceMCP server for AWS S3 and compatible object stores, enabling LLM clients to browse buckets and fetch objects.MIT No Attribution
- AlicenseNot gradedqualityDmaintenanceMCP server for retrieving PDF data from AWS S3 buckets. Provides tools to list buckets, list objects, and retrieve objects.MIT No Attribution
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server for AWS S3 integration using FastMCP and boto3. This server provides access to S3 functionality through MCP-compatible tools.101MIT
- FlicenseNot gradedqualityCmaintenanceRead-only MCP server for browsing and reading S3 objects, with tools for listing buckets/objects, reading text and binary files, and extracting text from PDFs.-
- FlicenseBqualityDmaintenanceAn MCP server that provides tools for interacting with AWS S3 buckets, enabling direct access to S3 operations through the Model Context Protocol.1-
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose targeting specific S3 operations: bucket existence checks, deletion, downloading, listing buckets, listing objects, generating URLs, and uploading. There is no overlap or ambiguity between tools like list_buckets and list_objects, which serve different scopes.
All tools follow a consistent verb_noun pattern with snake_case (e.g., list_buckets, get_object, put_object). The naming is predictable and readable throughout, making it easy for agents to understand the action and target.
With 7 tools, this server is well-scoped for S3 operations, covering essential CRUD and management tasks without being overwhelming. Each tool earns its place, providing a balanced set for common workflows like listing, reading, writing, and deleting objects and buckets.
The toolset covers core S3 operations including create (put_object), read (get_object, list_*), update (implied via put_object overwrite), and delete, plus utilities like presigned_url and bucket_info. A minor gap is the lack of explicit bucket creation/deletion tools, but agents can work around this using AWS CLI or other methods.