CastHub for Cursor
io.github.cast-hub/mcp
Control CastHub digital signage. Manage TVs, presentations, schedules, and emergency alerts.
client:Cursor
transport:stdio
runtime:npm
Install CastHub in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cast-hub/mcp"
],
"env": {
"CASTHUB_API_KEY": "<CASTHUB_API_KEY>",
"CASTHUB_MCP_URL": "<CASTHUB_MCP_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs