Skip to content
Grok

Cloudinary Asset Management for Grok

io.github.subomi/sample-mcp

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

client:Grok transport:stdio runtime:npm

Install Cloudinary Asset Management in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Cloudinary Asset Management in other clients