VS Code supports MCP servers natively. Add Trends MCP and GitHub Copilot can query live trend data across Google, TikTok, YouTube, Reddit, npm, and more - directly inside your editor without switching context.
Tools for this workflow
get_trendsIn VS Code with GitHub Copilot, query npm download history for any package to validate whether the library you are about to adopt is gaining or losing developer traction.
get_trends(keyword='typescript', source='npm', data_mode='weekly')
get_growthAsk Copilot Chat inside VS Code to compare TypeScript adoption against Python growth across npm and Google Search - Copilot calls get_growth and returns a side-by-side analysis.
get_growth(keyword='typescript', source='npm, google search', percent_growth=['1Y'])
get_ranked_trendsUse Copilot to surface the fastest-growing development frameworks and tools by npm downloads this year - directly in your editor as you evaluate technology choices.
get_ranked_trends(source='npm', sort='yoy_pct_change', limit=30)
get_top_trendsAsk Copilot what developer tools and frameworks are trending right now on Reddit and Google News - surfaces the technologies getting the most community attention without leaving VS Code.
get_top_trends(type='Reddit Hot Posts', limit=20)
FAQ