PluginBench
MCP Server

io.github.infoinlet-marketplace/mcp-s3 MCP Server

io.github.infoinlet-marketplace/mcp-s3

What is the io.github.infoinlet-marketplace/mcp-s3 MCP server?

Read-only S3/MinIO/R2 object storage for AI agents — list buckets/objects, metadata, fetch.

How to install io.github.infoinlet-marketplace/mcp-s3

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-s3": {
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-s3"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-s3": {
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-s3"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-s3": {
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-s3"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-s3": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-s3"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-s3 -- npx -y @infoinlet/mcp-s3

Related MCP servers

Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.

View repository →

Google Calendar for AI agents — list/create/delete events and free-busy via OAuth token.

View repository →

Read-only ClickHouse for AI agents — analytics queries, table inspection, sizes, health.

View repository →

Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.

View repository →

Tabular data for AI agents — load CSV/JSON/XLSX, query, group-by, stats (no database).

View repository →

Read-only Elasticsearch/OpenSearch for AI agents — search, indices, mappings, count, health.

View repository →