Catalog
com.zype.mcp/server
OfficialManage videos, playlists, analytics, and monetization for OTT streaming services.
Manage videos, playlists, analytics, and monetization for OTT streaming.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
ZYPE_API_KEYrequiredsecretYour Zype Admin API key from the Zype Dashboard
ZYPE_MCP_MODEAccess mode: 'readonly' (read-only), 'safe' (writes allowed, destructive requires confirmation), 'full' (all operations allowed)
claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@zype-com/mcp@0.5.3"
],
"env": {
"ZYPE_API_KEY": "<YOUR_ZYPE_API_KEY>",
"ZYPE_MCP_MODE": "<YOUR_ZYPE_MCP_MODE>"
}
}
}
}