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

@blendvision/mcp-server

v0.3.0

Published

Model Context Protocol server for BlendVision One API

Readme

BlendVision MCP Server

Model Context Protocol (MCP) server for BlendVision One API. This server enables AI assistants to interact with BlendVision's video platform services including VOD, live streaming, chatrooms, and analytics.

Features

Supported API Categories

  • Video On Demand (VOD): Create, manage, and query video content
  • Live Streaming: Manage live channels and streaming sessions
  • Library & File Upload: Upload and manage files in BlendVision library
  • Chatroom: Create and manage real-time chat experiences
  • Account & Organization: Access account information and organization details
  • Playback: Generate playback tokens and manage access codes
  • Analytics: Retrieve analytics and reporting data

Available Tools

VOD Tools

  • list_videos - List all videos with filtering options
  • get_video - Get video details by ID
  • create_video - Create a new video
  • update_video - Update video metadata
  • delete_video - Delete a video
  • update_vod_subtitles - Update subtitles for a VOD video
  • create_vod_download - Trigger a VOD rendition download as MP4
  • get_vod_download - Get status of a VOD download job
  • list_vod_downloads - List all download jobs for a VOD

Live Streaming Tools

  • list_live_channels - List all live channels
  • get_live_channel - Get channel details by ID
  • create_live_channel - Create a new live channel
  • update_live_channel - Update channel settings
  • delete_live_channel - Delete a channel
  • start_live - Start live streaming
  • stop_live - Stop live streaming
  • cancel_live_channel - Cancel and archive a live stream
  • archive_live_channel - Archive a live stream permanently

Library & File Upload Tools

  • upload_file - Initiate file upload and get presigned URLs
  • complete_file_upload - Complete file upload session after uploading parts

Chatroom Tools

  • list_chatrooms - List all chatrooms
  • get_chatroom - Get chatroom details
  • create_chatroom - Create a new chatroom
  • send_chatroom_message - Send a message to a chatroom

Account Tools

  • get_account - Get current account information
  • list_organizations - List accessible organizations

Playback Tools

  • generate_playback_token - Generate tokens for content access
  • list_playback_codes - List playback codes for a resource

Analytics Tools

  • get_analytics - Retrieve analytics reports

Quick Start

Step 1: Install

# Using npx (no installation required)
npx @blendvision/mcp-server

# Or install globally
npm install -g @blendvision/mcp-server

Step 2: Configure Claude Desktop

Edit your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json):

Using npx (recommended - always uses latest version):

{
  "mcpServers": {
    "blendvision": {
      "command": "npx",
      "args": ["-y", "@blendvision/mcp-server"],
      "env": {
        "BLENDVISION_API_TOKEN": "your_token_here"
      }
    }
  }
}

Using global installation:

{
  "mcpServers": {
    "blendvision": {
      "command": "blendvision-mcp",
      "env": {
        "BLENDVISION_API_TOKEN": "your_token_here"
      }
    }
  }
}

Step 3: Configure Claude Code

Add manually via command line:

claude mcp add --transport stdio --scope user blendvision \
  -- npx -y @blendvision/mcp-server

Then set your API token as an environment variable:

export BLENDVISION_API_TOKEN="your_token_here"

Example Queries

Once connected to an MCP client like Claude, you can ask:

  • "List all my videos"
  • "Create a new live channel called 'Product Launch'"
  • "Generate a playback token for video ID abc123"
  • "Show me analytics for the last 7 days"
  • "Start the live stream on channel xyz789"

API Reference

This MCP server wraps the BlendVision One API. For detailed API documentation, visit: https://developers.blendvision.com/docs/category/bv-one-api

License

MIT

Contact Us

To obtain your API Token or if you have any questions, please reach out to us: