The Sample S3 MCP server retrieves PDF documents from Amazon S3. It exposes methods to list, read, and delete PDF files. It connects to AWS S3 via the AWS SDK. Developers use it to integrate S3 PDF document management into AI agents.
The Sample S3 MCP server retrieves PDF documents from Amazon S3. It exposes methods to list, read, and delete PDF files. It connects to AWS S3 via the AWS SDK. Developers use it to integrate S3 PDF document management into AI agents.
pip install sample-mcp-server-s3Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"aws-samples-sample-mcp-server-s3-github": {
"command": "uvx",
"args": [
"pip install sample-mcp-server-s3"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from sample s3?"
API Key Required
This server requires an API key from sample s3. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| SAMPLE_S3_API_KEY | Yes | Your sample s3 API key |
"What resources are available in sample s3?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in sample s3"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in sample s3 with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.