minio-python-mcp

minio-python-mcp

3.3

If you are the rightful owner of minio-python-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MinIO Model-Context Protocol (MCP) server and client provide a standardized way to interact with MinIO object storage.

ListBuckets

Returns a list of all buckets owned by the authenticated sender of the request.

ListObjects

Returns some or all (up to 1,000) of the objects in a bucket with each request.

GetObject

Retrieves an object from MinIO.

PutObject

Uploads a file to MinIO bucket using fput method.