kaltura-mcp

kaltura-mcp

3.3

If you are the rightful owner of kaltura-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Kaltura MCP Server is an implementation of the Model Context Protocol (MCP) that provides AI models with access to Kaltura's media management capabilities.

The Kaltura MCP Server enables AI models to interact with Kaltura's media management system by providing functionalities such as uploading media, retrieving media metadata, searching for media, and managing categories and users. By implementing the Model Context Protocol, it standardizes the way AI models can access and utilize Kaltura's API, facilitating seamless integration into AI workflows. The server supports Python 3.10 or higher and can be deployed on Linux, macOS, and Windows. It includes comprehensive documentation, Docker support, and example clients to assist users in setting up and using the server effectively.

Features

  • Upload media to Kaltura
  • Retrieve and update media metadata
  • Search and manage media categories
  • Manage users and permissions
  • Standardized API interaction through MCP

Tools

  1. media_upload

    Upload media files to Kaltura

  2. media_get

    Retrieve media metadata

  3. media_update

    Update media metadata

  4. media_delete

    Delete media

  5. category_list

    List categories

  6. category_get

    Retrieve category metadata

  7. category_add

    Add a new category

  8. category_update

    Update category metadata

  9. category_delete

    Delete a category

  10. user_list

    List users

  11. user_get

    Retrieve user metadata

  12. user_add

    Add a new user

  13. user_update

    Update user metadata

  14. user_delete

    Delete a user