The Dacast MCP (Model Context Protocol) Server integrates Dacast’s comprehensive video streaming and hosting platform with your AI-powered applications. Once configured, you can upload and manage video content, control live streams, review analytics, and access nearly all of Dacast’s broadcasting infrastructure through natural-language prompts in supported AI clients.
Server Config
{
"mcpServers": {
"dacast": {
"command": "go",
"args": [
"run",
"github.com/Dacast-Inc/mcp-server-public@latest"
],
"env": {
"DACAST_API_KEY": "DACAST API KEY HERE"
}
}
}
}