MinIO MCP Server

Stablefile-system
45 starsTypeScriptcommunity
GitHub
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-minio
Examples

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

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow.

Get in Touch

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow. From proprietary data sources to internal tools, we have you covered.

Contact Us
MinIO MCP Server - MCP Server Directory - CortexAgent