Loading MCP server directory, please wait...
MCP server for AWS S3 with fine-grained tool control and S3-compatible endpoint support.
npx @getmcp/cli add com.pulsemcp/s3Requires Node.js 18+. Community-contributed server. Review source before installing.
AWS_ACCESS_KEY_IDAWS access key ID for authentication.
AWS_SECRET_ACCESS_KEYAWS secret access key for authentication.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/s3": {
"command": "npx",
"args": [
"-y",
"-y",
"s3-aws-mcp-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"AWS_REGION": "us-east-1",
"AWS_ENDPOINT_URL": "",
"S3_FORCE_PATH_STYLE": "false",
"S3_BUCKET": "",
"S3_ENABLED_TOOLGROUPS": "",
"S3_ENABLED_TOOLS": "",
"S3_DISABLED_TOOLS": "",
"SKIP_HEALTH_CHECKS": "false"
}
}
}
}