supabase-mcp

download_file

Retrieve files directly from Supabase Storage using bucket name and file path. Ideal for integrating file downloads into applications accessing Supabase data.

Instructions

Download a file from Supabase Storage

Input Schema

NameRequiredDescriptionDefault
bucketYesStorage bucket name
pathYesFile path within the bucket

Input Schema (JSON Schema)

{ "properties": { "bucket": { "description": "Storage bucket name", "type": "string" }, "path": { "description": "File path within the bucket", "type": "string" } }, "required": [ "bucket", "path" ], "type": "object" }

You must be authenticated.

Other Tools from supabase-mcp

Related Tools

ID: vwi6nt8i80