kaltura-mcp
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
media_upload
Upload media files to Kaltura
media_get
Retrieve media metadata
media_update
Update media metadata
media_delete
Delete media
category_list
List categories
category_get
Retrieve category metadata
category_add
Add a new category
category_update
Update category metadata
category_delete
Delete a category
user_list
List users
user_get
Retrieve user metadata
user_add
Add a new user
user_update
Update user metadata
user_delete
Delete a user