CastHub for Claude Desktop
io.github.cast-hub/mcp
Control CastHub digital signage. Manage TVs, presentations, schedules, and emergency alerts.
client:Claude Desktop
transport:stdio
runtime:npm
Install CastHub in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@cast-hub/mcp"
],
"env": {
"CASTHUB_API_KEY": "<CASTHUB_API_KEY>",
"CASTHUB_MCP_URL": "<CASTHUB_MCP_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs