npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

cloudinary-init

v0.1.1

Published

One command to connect Cloudinary MCP servers and skills to your AI coding environment (demo by @ryaron)

Readme

@cloudinary/init

One command to connect Cloudinary to your AI coding environment.

npx @cloudinary/init

Or with your credentials pre-set:

CLOUDINARY_URL=cloudinary://api_key:api_secret@cloud_name npx @cloudinary/init

What it does

  1. Credentials — reads your CLOUDINARY_URL from the environment, or prompts you to paste it. No CLOUDINARY_URL? Press Enter to use OAuth (browser-based) instead.
  2. IDE detection — finds Cursor, Claude Code, Claude Desktop, VS Code, and Windsurf automatically.
  3. MCP configuration — writes all four Cloudinary MCP servers into the config file of every detected IDE.
  4. Skills installation — runs npx skills add cloudinary-devs/skills to install doc, transformation, and React skills.
  5. Quick start guide — creates CLOUDINARY_QUICKSTART.md in your current directory with your first 3 agent prompts.

Supported IDEs

| IDE | Config file written | |-----|-------------------| | Cursor | ~/.cursor/mcp.json | | Windsurf | ~/.codeium/windsurf/mcp_config.json | | Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json | | VS Code (workspace) | .vscode/mcp.json in current directory | | Claude Code | claude mcp add CLI commands |

MCP servers configured

| Server | Capability | |--------|-----------| | cloudinary-asset-mgmt | Upload, search, organize, transform assets | | cloudinary-env-config | Upload presets, named transformations, webhooks | | cloudinary-smd | Structured metadata fields and values | | cloudinary-analysis | AI tagging, moderation, object detection (OAuth only) |

Authentication

API key (recommended for agents): Paste your CLOUDINARY_URL from Console Settings → API Keys. Format: cloudinary://api_key:api_secret@cloud_name.

OAuth: Leave the URL blank. After setup, open your IDE and click "Connect" next to any Cloudinary MCP server to authenticate via browser.

Note: cloudinary-analysis requires OAuth regardless of auth method.

Requirements

What to do after setup

Open your AI agent and try:

  1. "Upload this image to my Cloudinary cloud: https://res.cloudinary.com/demo/image/upload/sample.jpg"
  2. "Give me an optimized delivery URL for the sample image using f_auto and q_auto"
  3. "Search my assets and list the 5 most recent uploads"

See CLOUDINARY_QUICKSTART.md in your project for a full first-use guide.