Strapi MCP Server
by misterboe
strapi_upload_media
Upload media to Strapi's media library from a URL with format conversion, quality control, and metadata options. IMPORTANT: This is a write operation that REQUIRES explicit user authorization via the userAuthorized parameter.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Target format for the image. Use 'original' to keep the source format. | original |
metadata | No | ||
quality | No | Image quality (1-100). Only applies when converting formats. | |
server | Yes | The name of the server to connect to | |
url | Yes | URL of the image to upload | |
userAuthorized | No | REQUIRED for media upload operations. Client MUST obtain explicit user authorization before setting this to true. |