UPYUN Developer Platform

UPYUN Developer Platform MCP Connector for Claude

A+

Bring UPYUN's Massive CDN and Image Processing APIs to your AI. Interact with buckets and deploy files to the cloud.

5 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Integrate your AI with UPYUN (又拍云), one of the most prominent Cloud and CDN providers in the world. This MCP gives your agent direct file management access to your cloud buckets.

What you can do

  • Cloud Storage Management — Automatically create, view, list, and delete files inside your UPYUN buckets without downloading their manual command line clients
  • CDN Artifact Uploads — Enable the LLM to directly write code logic or textual artifacts and deploy them live to your CDN domains instantly
  • Capacity Auditing — Fetch storage usage to monitor consumption on your buckets dynamically

How it works

  1. Subscribe to this server
  2. Obtain an Operator Name and Password inside your bucket's API access page
  3. Plug the credentials into your agent and you are fully connected. The MCP abstracts away the legacy HMAC-SHA1 Authorization header generation securely.

Who is this for?

  • DevOps Agents — Automate static site generation and deployments directly pushing file changes to UPYUN instances
  • Frontend Engineers — Skip writing complex Python deploy scripts when prototyping web applications
  • Content Administrators — Check what is currently inside specific UPYUN directories via natural language
cdnfile-storagebucket-managementimage-processingedge-computing

5 tools expose this connector's capabilities to your AI agent.

create_text_file

Create and upload a text file directly to UPYUN

delete_file

Delete a file from UPYUN

get_file_info

Get metadata about an UPYUN file

get_service_usage

Get UPYUN bucket service usage

list_directory

g., "/" or "/images/") to list its contents. List files and folders in an UPYUN directory

See how to talk to your AI agent using UPYUN Developer Platform.

List all files present in the root `/` directory of my Upyun bucket.

Here is the directory listing for your root path. It contains 3 folders (`images/`, `assets/`, `scripts/`) and 2 files (`index.html`, `style.css`).

Create a new text file at `/hello.txt` with the content 'Hello from MCP'.

I've successfully created the file `/hello.txt` in your UPYUN bucket and uploaded the text string you requested.

Log into your UPYUN console, click on 'Cloud Storage' -> 'Your Service/Bucket' -> 'Configuration' -> 'Operators'. From there you can copy the operator name and the generated password.

Related Connectors