Configure MCP server with Scrape YouTube Transcript
Access the Scrape YouTube Transcript action from AI tools via MCP. Your AI assistant can pull and summarize video transcripts 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
“Extract the transcript from https://youtube.com/watch?v=abc123 and summarize the key points.”
Example response
json
{
"full_text": "Welcome to today's webinar on sales automation. We're going to cover three key topics...",
"video_title": "Sales Automation Masterclass 2026",
"channel_name": "SalesHacker",
"duration": "45:23"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →