tubescope is your AI YouTube research assistant that helps creators reverse-engineer viral content and optimize their creative strategy. Analyze hooks, optimize thumbnails, discover viral patterns, and research winning content - all from within Claude Desktop or Cursor IDE.
Server Config
{
"mcpServers": {
"tubescope": {
"command": "npx",
"args": [
"-y",
"tubescope-mcp-client@latest"
],
"env": {
"TUBESCOPE_API_KEY": "ytmcp_your_api_key_here"
}
}
}
}