MCP server for MinIO object storage
S3-compatible object storage access. Query bucket lists, access text/binary files, and object operations.
{
"mcpServers": {
"minio": {
"mcpServers": {
"minio": {
"env": {
"MINIO_ENDPOINT": "http://localhost:9000",
"MINIO_ACCESS_KEY": "YOUR_ACCESS_KEY",
"MINIO_SECRET_KEY": "YOUR_SECRET_KEY"
},
"args": [
"-y",
"minio-mcp-server"
],
"command": "npx"
}
}
}
}
}