S3
Rank #15,872io.github.ofershap/s3
MCP server providing s3 capabilities
S3 is a Model Context Protocol (MCP) server published by ofershap. It ranks #15,872 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. S3 is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Feb 19, 2026 and most recently updated on Mar 10, 2026.
Ranks ahead of 99,588 of 115,460 servers on MCP Toplist.
Use S3
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add s3 -- npx -y mcp-server-s3[mcp_servers.s3]
command = "npx"
args = ["-y", "mcp-server-s3"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"s3": {
"command": "npx",
"args": [
"-y",
"mcp-server-s3"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"s3": {
"command": "npx",
"args": [
"-y",
"mcp-server-s3"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"s3": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-s3"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"s3": {
"command": "npx",
"args": [
"-y",
"mcp-server-s3"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"s3": {
"command": "npx",
"args": [
"-y",
"mcp-server-s3"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ofershap%2Fs3)<a href="https://mcptoplist.com/server/io.github.ofershap%2Fs3"><img src="https://mcptoplist.com/badge/io.github.ofershap%2Fs3.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
ofershap
Other servers by ofershap
- Real Browser#3,489 · 2 vers
- Ai Context Kit#10,189 · 2 vers
- Markdown#14,677 · 2 vers
- Scraper#14,678 · 2 vers
- Github Actions#16,246 · 2 vers
- Cloudflare#18,738 · 2 vers
- Docker#21,070 · 2 vers
- Devutils#27,532 · 2 vers
- Sqlite#27,533 · 2 vers
- Dns#28,103 · 2 vers
- cursor-usage#30,585
- mcp-server-anydoc#32,404
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains S3?
- S3 is maintained by ofershap, which publishes 18 MCP servers (29 total versions) tracked on MCP Toplist.
- Is S3 listed on the Official MCP Registry?
- Yes — S3 is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does S3 have?
- MCP Toplist tracks 2 versions of S3, most recently published on Mar 10, 2026.
- Where can I find the source code for S3?
- The source code for S3 is hosted at github.com/ofershap/mcp-server-s3.