YouTube Trends API for VS Code
ai.trendsapi/youtube
YouTube search volume and trending videos over time. Free key at trendsapi.ai
client:VS Code
transport:streamable-http
Install YouTube Trends API in VS Code
.vscode/mcp.json
{
"servers": {
"youtube": {
"type": "http",
"url": "https://youtube.api.trendsapi.ai/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs