Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

20 Commits

Repository files navigation

Cloudinary Plugin

A coding agent plugin that brings Cloudinary's media management capabilities directly into your coding workflow. It connects your AI coding agent to Cloudinary's MCP servers and provides a documentation skill so you can get accurate, up-to-date answers about Cloudinary APIs without leaving your editor.

What's Included

MCP Servers (mcp.json)

Five Cloudinary MCP servers are pre-configured:

ServerDescription
cloudinary-asset-mgmtUpload, manage, and transform media assets
cloudinary-env-configConfigure your Cloudinary environment settings
cloudinary-smdWork with structured metadata on assets
cloudinary-analysisAnalyze images and videos with AI
cloudinary-mediaflowsBuild and run automated media workflows

Auth: The first four servers use OAuth2 — you'll be prompted to log in with your Cloudinary account on first use via Cursor or Claude. The cloudinary-mediaflows server requires your Cloudinary credentials (cloud_name, api_key, api_secret) to be set in the headers in mcp.json.

Skills

Two skills are included to give the agent deep Cloudinary knowledge:

SkillDirectoryDescription
cloudinary-docsskills/cloudinary-docs/Answers Cloudinary questions by fetching live documentation from cloudinary.com/documentation/llms.txt, ensuring accurate and up-to-date responses with real code examples.
cloudinary-transformationsskills/cloudinary-transformations/Creates and debugs Cloudinary transformation URLs from natural language. Covers resize/crop, generative AI effects, video transformations, overlays, named transformations, and cost optimization — with a built-in validation checklist and debugging guide.

Getting Started

  1. Install this plugin in Cursor/Claude Code.
  2. On first use, approve the OAuth login prompt for the MCP servers. For cloudinary-mediaflows, add your credentials to its headers in mcp.json.
  3. Ask your agent anything about Cloudinary — uploads, transformations, metadata, analysis, and more. The agent will automatically use the right skill and MCP server for the job.

About

Cloudinary's official Cursor/Claude Code plugins

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Generated from cursor/plugin-template