s3-mcp-server-java

AlexWangDa/s3-mcp-server-java
★ 8 stars Java File System Updated 1d ago
The MCP Server based on the S3 protocol can perform operations on Amazon S3 and other S3-compatible object storage services.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "s3-mcp-server-java": {
      "command": "npx",
      "args": [
        "-y",
        "AlexWangDa/s3-mcp-server-java"
      ]
    }
  }
}