s3 for Grok
io.github.ofershap/s3
AWS S3 MCP — list buckets, browse objects, upload/download, presigned URLs.
client:Grok
transport:stdio
runtime:npm
Install s3 in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"s3": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-s3"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs