GitHub Copilot supports MCP servers via VS Code. Add Trends MCP and Copilot Chat can query live trend data across Google, TikTok, YouTube, Reddit, npm, and more - without leaving your editor.
Tools for this workflow
get_trendsAsk GitHub Copilot to check npm download trends for any library before adding it as a dependency - query directly in Copilot Chat without leaving VS Code.
get_trends(keyword='zod', source='npm', data_mode='weekly')
get_growthIn Copilot Chat, ask 'Is React still growing vs Vue in npm downloads over the last year?' - Copilot calls get_growth and returns a data-backed answer in your coding session.
get_growth(keyword='zod', source='npm, google search', percent_growth=['6M', '1Y'])
get_ranked_trendsUse Copilot to surface the fastest-growing npm packages in any ecosystem category - useful for technology selection and competitive analysis of developer tooling.
get_ranked_trends(source='npm', sort='yoy_pct_change', limit=25)
get_top_trendsAsk Copilot what is trending in developer tools and frameworks right now on Reddit and Google News - surfaces the technologies gaining community momentum without leaving your editor.
get_top_trends(type='Reddit Hot Posts', limit=20)
FAQ