Catalog
io.github.vfxprojoe/studio-signal
OfficialStudio Signal
AI-powered media & entertainment intelligence — research, briefs, and market data.
Access media and entertainment research, briefs, and market intelligence data.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
STUDIO_SIGNAL_API_KEYrequiredsecretYour Studio Signal API key (get free at developer.studiosignal.app)
claude_desktop_config.json
{
"mcpServers": {
"studio-signal": {
"command": "npx",
"args": [
"-y",
"@studiosignal/mcp-server@1.4.2"
],
"env": {
"STUDIO_SIGNAL_API_KEY": "<YOUR_STUDIO_SIGNAL_API_KEY>"
}
}
}
}