s3 for Cursor
io.github.ofershap/s3
AWS S3 MCP — list buckets, browse objects, upload/download, presigned URLs.
client:Cursor
transport:stdio
runtime:npm
Install s3 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"s3": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-s3"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs