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

@kolbo/mcp

v1.42.0

Published

Kolbo AI MCP Server - Generate images, videos, music, speech, and sound effects from Claude Code

Readme

@kolbo/mcp

Use Kolbo AI as native tools in Claude Code and Claude Desktop via MCP (Model Context Protocol).

Generate images, videos, music, speech, sound effects, multi-scene campaigns, and conversational chat — all from natural language in your coding environment. 100+ AI models behind Smart Select routing, with reusable Visual DNA profiles for character/style consistency.

✨ Interactive widgets (v1.30+): in claude.ai and Claude Desktop, generations render as live Kolbo cards — real-time progress with model + settings chips, an inline result gallery / video player, and one-click Animate · Edit · Recreate · Download actions. Library and model searches render as browsable grids with audio preview. Text-only clients (Claude Code, Cursor) keep the classic text responses.

Set up — paste one prompt, or one config block (keyless, no API key)

Easiest: paste this prompt to your AI

Copy this and paste it to Claude, ChatGPT, Cursor, or any AI assistant — it installs Kolbo itself (picks local config or remote connector based on what it can do):

Connect the Kolbo AI MCP server (generate images, video, music and more).

- If you can run terminal commands (Claude Code, Cursor, Claude Desktop, or any local setup): run "npx -y @kolbo/mcp install" — it auto-configures Kolbo in the right place. If you can't run it, give me the command to run. Then I'll restart the app.
- If you're a browser chat (claude.ai, ChatGPT): add a custom connector with URL https://api.kolbo.ai/mcp under Settings → Connectors, then Connect → log in → Allow.

No API key needed — on first use a Kolbo login opens in my browser and I click Allow. When set up, confirm Kolbo is connected and offer to generate a test image of a sunset.

Or set it up yourself — one command

Run this once — it sets up the full Kolbo experience (the MCP tools and the routing skill) for every installed agent (Claude Desktop, Claude Code, Cursor), keyless:

npx -y @kolbo/mcp install

Or add the config by hand — this block is identical for every MCP client and carries no API key (on first use it logs you in via the browser):

{
  "mcpServers": {
    "kolbo": {
      "command": "npx",
      "args": ["-y", "@kolbo/mcp@latest"]
    }
  }
}

| Client | Where the config goes | |--------|----------------------| | Claude Code | .claude/settings.json (or claude mcp add kolbo -- npx -y @kolbo/mcp@latest) | | Claude Desktop | claude_desktop_config.json | | Cursor | .cursor/mcp.json | | Kolbo Code | configured automatically on kolbo auth login |

Restart your app, then ask it to generate something. The first time, a Kolbo login opens in your browser — click Allow (no API key to create). Prefer an API key? Create one at app.kolbo.ai/developer and add "env": { "KOLBO_API_KEY": "kolbo_live_..." } to the block above.

Browser-only (claude.ai / ChatGPT): the connector

No install at all — add the custom connector https://api.kolbo.ai/mcp under Settings → Connectors, then Connect → log in → Allow. Great for generating from text or URLs; to upload your own local files, use the config install above (it runs on your machine).

Optional upgrade: add the Kolbo skill for slash-commands + smart routing

The config above is all you need. If you want one-word slash-commands (/kolbo:marketing-studio, /kolbo:product-photoshoot, …) and automatic routing to the best tool with the right defaults, install the Kolbo skill on top — it's an enhancement layer, not a requirement:

# Claude Code (also writes the MCP config for you, so you can skip Step 2 above)
claude plugin marketplace add Zoharvan12/kolbo-skills
claude plugin install kolbo@kolbo-skills

# Cursor / Codex / any agent (cross-agent installer)
npx skills add Zoharvan12/kolbo-skills

The skill content is the same canonical routing logic that ships inside Kolbo Code, so however you connect, the behavior matches. See the full setup guide at docs.kolbo.ai/developer-api/claude-code-skill.

Use it

Just ask your agent naturally:

Generation

  • "Generate an image of a sunset over mountains"
  • "Create a 5-second video of waves crashing"
  • "Build a 4-scene storyboard for a coffee shop ad"
  • "Remove the background from this image"
  • "Make a lo-fi hip hop beat"
  • "Read this out loud with a British female voice"

Marketing & UGC

  • "Make me a UGC ad for my sneaker brand — 9:16, talking-head style"
  • "TV spot for my new beverage, 15 seconds, cinematic"
  • "Unboxing video for this product photo"

Brand & product imagery

  • "Pinterest pin for my candle brand, cottagecore mood"
  • "Hero banner for my landing page, wide format"
  • "Lifestyle shot of my product in a kitchen"
  • "4 ad creative variants for Meta and TikTok"

Marketplace listings

  • "Generate Amazon main image + 5 secondary images for my product"
  • "Full A+ content set for my Shopify listing"

Analysis & utility

  • "Ask Claude about the latest AI news with web search on"
  • "Analyze this video and tell me what prompts are shown on screen"
  • "What's in this image?"
  • "Create a Visual DNA profile called 'Alex' from these images"
  • "Use the same brand as last time" (loads a persisted brand kit from the workspace)

Without the optional skill, the config block alone already exposes every tool — you just describe what you want. With the skill installed, each of these is also routed to the right MCP tool with the right defaults — UGC mode picks 9:16 + sound-off + no-captions, marketplace mode enforces compliance (pure white bg, no text, no props), product photoshoot mode uses the right aspect for the platform (2:3 Pinterest, 16:9 hero banner, 1:1 IG feed), etc. The routing logic is shared with Kolbo Code, so the behavior is identical however you connect.

Available Tools (86)

Generation | Tool | Description | |------|-------------| | generate_image | Text → image | | generate_image_edit | Existing image(s) + prompt → edited image | | generate_video | Text → video | | generate_video_from_image | Still image + motion prompt → video | | generate_video_from_video | Input video → restyled video, or burn in subtitles (video-to-video). prompt optional — prompt-less models (VEED Subtitles, Act Two, Wan Animate) use preset / source_language / translation_language, plus srt_content / srt_file_url / vocabulary / customization for VEED | | generate_elements | Reference images/videos + prompt → animated video | | generate_first_last_frame | First frame + last frame → interpolated video | | generate_lipsync | Source image/video + audio → lipsynced video (Sync-3 adds active-speaker selection, emotion, model mode, temperature) | | generate_creative_director | One brief → N coordinated scenes (image or video) | | generate_music | Text (+ optional lyrics) → song | | generate_speech | Text + voice → spoken audio | | generate_sound | Text → sound effect | | generate_3d | Text or reference images → 3D model (GLB/FBX/OBJ/USDZ) | | transcribe_audio | Audio/video URL or file → text + SRT subtitles |

Every image/video/creative-director tool accepts visual_dna_ids and moodboard_id for character/style consistency across outputs — you can compose create_visual_dnagenerate_image (with the DNA applied server-side) in a single agent turn. generate_creative_director also accepts moodboard_ids plural for blending.

Every generation tool also accepts an optional resolution arg. Images use "1K" (~1024px) / "2K" (Full HD) / "3K" (QHD) / "4K" (UHD); videos use vertical-pixel tiers like "720p" / "1080p" / "1440p" / "2160p". Values are model-dependent — call list_models and read the chosen model's supported_resolutions and resolutionMultipliers. Omit to use the model default.

Every generation tool also accepts an optional project_id arg that routes the generation into a specific project (owned or shared with edit+). Call list_projects to discover IDs. When omitted, generations land in the user's auto-created "API Generations" project. project_id is per-call, NOT sticky — pass it on every call once the user names a working project. Misplaced work is recoverable via move_media / move_session.

Chat & Vision | Tool | Description | |------|-------------| | chat_send_message | Multi-turn chat with any Kolbo model. Pass media_urls to analyze images, videos, or audio — auto-routes to Gemini for vision. Supports web search and deep think. | | chat_list_conversations | List past chat threads | | chat_get_messages | Fetch messages in a conversation |

Visual DNA (reusable character/style/product profiles) | Tool | Description | |------|-------------| | create_visual_dna | Create a profile from URLs or local files | | list_visual_dnas | List your profiles | | get_visual_dna | Fetch one profile | | delete_visual_dna | Delete a profile |

Moodboards | Tool | Description | |------|-------------| | list_moodboards | Browse presets + your moodboards | | get_moodboard | Fetch one moodboard with all image URLs |

Media Library | Tool | Description | |------|-------------| | media_upload_widget | Open an in-chat upload card so claude.ai users can upload LOCAL files (image / video / audio / document) — chat attachments are unreachable from remote MCP, so this is the way to bring them in. Returns stable CDN URLs | | upload_media | Upload a local file (path or URL), or inline source_base64 + filename, → stable Kolbo CDN URL for reuse | | list_media | Browse media library — filter by project_id, folder_id, type, category (ai / uploaded / edited / favorites / training-lab), source_type, sort, search, pagination | | list_media_folders | List the user's media folders (owned + shared) — discover folder_id values to pass to list_media | | create_media_folder | Create a new folder (name, optional description / color / icon) | | update_media_folder | Rename / recolor / re-icon a folder (owner only) | | delete_media_folder | Soft-delete a folder (owner only; items remain in library) | | add_media_to_folder | Add up to 500 media items to a folder (idempotent) | | remove_media_from_folder | Remove media items from a folder | | share_media_folder | Share a folder by user email (owner only) | | unshare_media_folder | Revoke a user's access to a folder (owner only) | | favorite_media | Mark a media item as favorited (idempotent) — pass media_id from list_media | | unfavorite_media | Remove a media item from favorites (idempotent) — pass media_id from list_media | | get_media | Fetch one media item's full details by id | | delete_media | Soft-delete a media item (30-day trash) | | restore_media | Restore a trashed item | | permanently_delete_media | Hard-delete (NOT reversible — confirm with user first) | | move_media | Re-assign a media item to a different project | | bulk_delete_media | Soft-delete up to 1000 items in one call | | bulk_restore_media | Restore up to 1000 trashed items | | bulk_permanently_delete_media | Hard-delete up to 1000 (NOT reversible) | | bulk_move_media | Move up to 1000 items to a project (atomic — all-or-nothing) | | move_folder_contents | Move every item in a folder to a project | | get_media_stats | Counts + storage bytes per type (optionally per project) |

Artifacts | Tool | Description | |------|-------------| | publish_html_artifact | Publish an HTML page, SVG, or Mermaid diagram and get a public shareable URL on sites.kolbo.ai. Pass share_token from a prior publish to update the same URL in place (old content kept in version history). |

Music Library (stock / production music) | Tool | Description | |------|-------------| | search_music_library | Search the licensed stock-music catalog by keyword + genre/mood/BPM/duration filters. Find a ready-made track (distinct from generate_music, which composes a new song). | | analyze_script_for_music | AI: turn a video/voiceover script into a music search (query, mood, genre, keywords). | | browse_music_library | Browse the catalog without a query (paginated). | | get_music_library_facets | List available genres, moods, instruments + BPM/duration ranges. | | get_music_track_audio | Get a track's downloadable 128/320/WAV URLs by id. | | get_music_track_related | Get stems + alternate versions of a track. | | get_music_track_lyrics | Get lyrics text, theme, and explicit flag for a track. |

Stock Library (multi-source stock media: Pexels, Pixabay, Sketchfab 3D, Music) | Tool | Description | |------|-------------| | search_stock_media | Search photos/videos/illustrations/vectors/3D/music across providers. source="all" returns one interleaved feed. Find ready-made assets / b-roll (distinct from generate_image/generate_video). | | get_stock_sources | List enabled sources + which media types/filters each supports. | | get_stock_categories | List dynamic category/topic chips (pass providerParam as the category filter). | | get_stock_asset | Get one asset with all download variants, author, license, and attribution. | | analyze_script_for_stock | AI: turn a script into b-roll search terms (queries[], mediaType, keywords). | | import_stock_asset | Copy a stock asset into the media library (CDN copy, stable URL). Free. |

Shorts Creator (long video → viral vertical shorts, two-phase) | Tool | Description | |------|-------------| | shorts_analyze | Phase 1: analyze a long video (Kolbo media-library URL, ≤30 min) → AI-picked best moments with titles, hooks, scores, accent beats. Flat 15 credits. Polls until moments are ready (~1-3 min). | | shorts_list_presets | List restyle presets (identifier, name, preview video, default mode/subtitle style). | | shorts_get_transcript | Word-level Scribe transcript of the source video (words, language, sourceDuration) — the base for the Review & Edit workflow (build delete_ranges cuts + edited srt_content). | | shorts_estimate | Price a selection before rendering — free. Per-short credits + chunk counts. delete_ranges cuts shorten the effective duration (cheaper). | | shorts_render | Phase 2: render up to 5 shorts (15-90s each) from picked moments — accents mode (restyle strongest beats, cheaper) or full (restyle everything), optional burned-in subtitles. Per short: optional delete_ranges (cut dead air, absolute source seconds, ≥8s must remain) and srt_content (user-edited SRT, cut-timeline times, ≤200KB). Polls until done (~5-20 min), returns final URLs. Failed shorts auto-refund. | | shorts_status | One-shot job state read (moments / shorts / phase) — resume after a timeout. | | shorts_cancel | Cancel a job and refund unused credits. |

Discovery & Account | Tool | Description | |------|-------------| | list_models | Current model catalog with costs and capabilities | | list_voices | TTS voices (presets + cloned) | | list_presets | Generation presets across image/video/music/text-to-video catalogs | | list_cinematic_presets | "Cinema mode" presets grouped by dimension (camera, lens, focal_length, aperture, angle, shot_type, color_palette, lighting) — pass ids via the cinematic arg on generate_image / generate_image_edit. Only when the user wants a specific cinematic look | | list_projects | List owned + shared projects (id, name, role, is_default) — call first to resolve a project name into the project_id you pass to generation tools | | move_session | Move a session (generation, chat, transcription…) and ALL its media to another project | | create_doc / list_docs / get_doc / update_doc / share_doc / delete_doc | AI Docs (Magic Pad): author project-scoped HTML documents, edit them, get public share links | | generate_character_sheet | Generate a multi-angle character sheet from reference images (credits) → pass URL to create_visual_dna for stronger character consistency | | list_visual_dna_folders / create_visual_dna_folder / update_visual_dna_folder / delete_visual_dna_folder / move_visual_dna_to_folder | Organize Visual DNA characters into user folders (create/rename/recolor/delete + move DNAs in/out) | | create_project / update_project / archive_project / unarchive_project | Project lifecycle (create/rename/describe/archive; deletion stays in-app) | | list_agents / create_agent / update_agent / delete_agent | Custom chat agents (reusable named personas; description is the system instruction) | | get_creative_director_status | Re-check a Creative Director batch by generation_id until all parallel scenes finish (use after a _timed_out Director run) | | app_builder_list_projects / app_builder_create_session / app_builder_generate_app / app_builder_edit_app / app_builder_get_build_status / app_builder_get_session / app_builder_list_sessions / app_builder_list_generations / app_builder_delete_session | App Builder (preview) — full React app generation that auto-provisions a GitHub repo + Supabase DB + a live deployment URL. Different surface from the generation tools (4-layer mental model: project → session → app → end-users). The app embeds @kolbo/app-sdk so visitors can call Kolbo AI from the browser; the OWNER pays for visitor AI usage. Read the App Builder workflow doc before the first turn. | | list_sessions | Enumerate sessions across all types, filterable by project and type | | add_project_context / list_project_context / delete_project_context / get_project_profile / regenerate_project_profile | Project knowledge base (RAG): feed scripts/URLs/notes, read the synthesized living brief | | create_moodboard / update_moodboard / delete_moodboard | Build/edit moodboards from image URLs (AI style analysis → master prompt) | | clone_voice / import_elevenlabs_voice / delete_voice | Custom voices: clone from an audio sample, import by ElevenLabs ID, delete | | trim_video | Frame-accurate server-side trim of a Kolbo-hosted video (async job, tool waits) | | check_credits | Check credit balance | | get_generation_status | Check one or many generations (generation_ids); wait=true blocks server-side until done — replaces client polling loops |

Environment Variables

Both are optional — the local install logs in via the browser on first use.

| Variable | Required | Description | |----------|----------|-------------| | KOLBO_API_KEY | No | Set a kolbo_live_ key to skip the browser login (create one at app.kolbo.ai/developer). | | KOLBO_API_URL | No | Custom API URL (default: https://api.kolbo.ai/api) |

Links