MCP server for AWS S3 with fine-grained tool control and S3-compatible endpoint support.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
s3-aws-mcp-server · npm · 0.0.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.pulsemcp/s3",
"description": "MCP server for AWS S3 with fine-grained tool control and S3-compatible endpoint support.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/s3"
},
"version": "0.0.5",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "s3-aws-mcp-server",
"version": "0.0.5",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "AWS access key ID for authentication.",
"isRequired": true,
"isSecret": true,
"name": "AWS_ACCESS_KEY_ID"
},
{
"description": "AWS secret access key for authentication.",
"isRequired": true,
"isSecret": true,
"name": "AWS_SECRET_ACCESS_KEY"
},
{
"description": "AWS region for S3 operations.",
"default": "us-east-1",
"name": "AWS_REGION"
},
{
"description": "Custom S3 endpoint URL for MinIO or S3-compatible services.",
"name": "AWS_ENDPOINT_URL"
},
{
"description": "Use path-style addressing instead of virtual-hosted-style.",
"default": "false",
"name": "S3_FORCE_PATH_STYLE"
},
{
"description": "Constrain all operations to a single bucket.",
"name": "S3_BUCKET"
},
{
"description": "Comma-separated tool groups: readonly or readwrite.",
"name": "S3_ENABLED_TOOLGROUPS"
},
{
"description": "Whitelist specific tools by name.",
"name": "S3_ENABLED_TOOLS"
},
{
"description": "Blacklist specific tools by name.",
"name": "S3_DISABLED_TOOLS"
},
{
"description": "Skip AWS credential validation health checks at startup.",
"default": "false",
"name": "SKIP_HEALTH_CHECKS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-14T17:28:45.067867Z",
"publishedAt": "2026-06-14T17:28:45.067867Z",
"updatedAt": "2026-06-14T17:28:45.067867Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.0.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.