MCP Server
MCP
CastHub
Control CastHub digital signage. Manage TVs, presentations, schedules, and emergency alerts.
Install
npx -y @cast-hub/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@cast-hub/mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key generated at https://dashboard.cast-hub.com",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CASTHUB_API_KEY"
},
{
"description": "Override the hosted endpoint URL. Defaults to https://api.cast-hub.com/mcp.",
"format": "string",
"name": "CASTHUB_MCP_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment