Control CastHub digital signage. Manage TVs, presentations, schedules, and emergency alerts.
claude mcp add mcp -- npx -y @cast-hub/mcp
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@cast-hub/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@cast-hub/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@cast-hub/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cast-hub/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@cast-hub/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Cast-Hub--mcp/reviews or the review_server meta-tool.
POST /mcp