About
Overview
The MinIO MCP Server enables AI agents to interact with MinIO, the high-performance S3-compatible object storage. It provides all standard S3 operations and is ideal for self-hosted and air-gapped environments where cloud storage isn't an option.
Capabilities
Tools & Capabilities
⚡list_buckets
List all buckets
⚡list_objects
List objects in a bucket
⚡get_object
Download an object
⚡put_object
Upload an object
⚡delete_object
Delete an object
⚡make_bucket
Create a new bucket
Setup
Installation
bash
Install
npx -y mcp-server-minioExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"minio": {
"command": "npx",
"args": ["-y", "mcp-server-minio"],
"env": {
"MINIO_ENDPOINT": "localhost:9000",
"MINIO_ACCESS_KEY": "minioadmin",
"MINIO_SECRET_KEY": "minioadmin"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 45
Last UpdatedFeb 12, 2026