← Index

CastHub

io.github.Cast-Hub/mcp·v0.1.1·Calendar & Time
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cast-hub/mcp"
      ],
      "env": {
        "CASTHUB_API_KEY": "<your-casthub_api_key>",
        "CASTHUB_MCP_URL": "<casthub_mcp_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cast-hub/mcp"
      ],
      "env": {
        "CASTHUB_API_KEY": "<your-casthub_api_key>",
        "CASTHUB_MCP_URL": "<casthub_mcp_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cast-hub/mcp
§02  Environment variables
CASTHUB_API_KEY
requiredsecret

API key generated at https://dashboard.cast-hub.com

CASTHUB_MCP_URL

Override the hosted endpoint URL. Defaults to https://api.cast-hub.com/mcp.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Calendar & Time