Configure MCP server with Find YouTube Videos By Channels
Access the Find YouTube Videos By Channels action from AI tools via MCP. Your AI assistant can retrieve channel video lists on demand.
MCP server configuration
Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):
json
{
"mcpServers": {
"syncgtm": {
"type": "http",
"url": "https://api.syncgtm.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Example prompt
“Get the latest videos from the SalesHacker YouTube channel. Show titles and view counts.”
Example response
json
{
"channels_scraped": 1,
"total_videos": 20,
"results": [
{
"channel_name": "SalesHacker",
"videos": [
{
"url": "https://youtube.com/watch?v=xyz789",
"title": "Cold Email Strategies That Work in 2026",
"view_count": 32000
}
]
}
]
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →