Odel
CastHub

CastHub

Local
@cast-hubTypeScriptMITUpdated 2mo ago

Control CastHub digital signage. Manage TVs, presentations, schedules, and emergency alerts.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cast-hub/mcpv0.1.1

Run

npx -y @cast-hub/mcp

MCP client config

{
  "mcpServers": {
    "casthub": {
      "command": "npx",
      "args": [
        "-y",
        "@cast-hub/mcp"
      ]
    }
  }
}