Skip to content
Cursor

Cloudinary Asset Management for Cursor

io.github.subomi/sample-mcp

Upload, organize, search, and transform images, videos, and files with AI-powered tools.

client:Cursor transport:stdio runtime:npm

Install Cloudinary Asset Management in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sample-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sample-mcp"
      ],
      "env": {
        "CLOUDINARY_CLOUD_NAME": "<CLOUDINARY_CLOUD_NAME>",
        "CLOUDINARY_API_KEY": "<CLOUDINARY_API_KEY>",
        "CLOUDINARY_API_SECRET": "<CLOUDINARY_API_SECRET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Cloudinary Asset Management in other clients