MCP.so
登录

Shaka Packager MCP Server

@coderjun

关于 Shaka Packager MCP Server

Experimenting with MCP

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

coderjun

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "shaka-packager-mcp-server": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "shaka-packager-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Shaka Packager MCP Server?

An MCP server that integrates Shaka Packager with Claude AI applications for video transcoding, packaging, and analysis. It works alongside the Filesystem MCP Server to enable Claude Desktop to access and process video files on your computer.

How to use Shaka Packager MCP Server?

Install the package with pip or uv, then configure it with the Filesystem MCP Server in Claude Desktop’s configuration file. Set environment variables such as SHAKA_PACKAGER_PATH and VIDEO_PATH, then use the provided tools (e.g., analyze_video, run_shaka_packager) to analyze or package videos.

Key features of Shaka Packager MCP Server

  • Video analysis for stream info and codecs.
  • Media packaging for HLS and DASH streaming.
  • DRM encryption (Widevine, PlayReady, FairPlay).
  • Intelligent path translation between Docker and host.
  • Robust error handling with suggestions.
  • Command formatting assistance and interactive docs.

Use cases of Shaka Packager MCP Server

  • Convert MP4 to TS format for streaming.
  • Package videos for VOD in HLS and DASH.
  • Encrypt content with DRM solutions.
  • Analyze video files for stream details.
  • Prepare ad insertion markers.

FAQ from Shaka Packager MCP Server

What is the current status of this server?

The project is in early alpha stage and is highly experimental. It is not recommended for production use.

What are the prerequisites?

Python 3.10 or higher and Shaka Packager installed and available in your PATH. An MCP-compatible client like Claude Desktop is also required.

How does file path handling work?

The server automatically translates paths between Docker and host environments using the VIDEO_PATH and DOCKER_PATH environment variables. Manual configuration may be needed for custom setups.

What are the known limitations?

You may encounter inconsistent behavior. Advanced features (packaging, conversion, etc.) are still under active development, and path translation may require manual configuration. Expect frequent breaking changes and potential instability.

How do I get help?

Check the README troubleshooting section, review the Shaka Packager documentation, use the get_shaka_documentation tool within Claude, or open an issue on GitHub.

评论

其他 分类下的更多 MCP 服务器