Which frameworks are developers actually adopting? Which npm packages are growing fastest? Trends MCP gives your AI structured developer trend data from npm downloads, cross-referenced with Google Search and Reddit discussion volume - so you can make technology decisions backed by real adoption data, not hype.
Tools for this workflow
get_trendsTrack GitHub and developer tool adoption trends using npm downloads and Google Search signals - see whether a technology is gaining or losing developer mindshare over time.
get_trends(keyword='github actions', source='npm', data_mode='weekly')
get_growthMeasure developer technology adoption by combining npm downloads, Google Search developer queries, and Reddit developer community discussion - triangulate real adoption vs hype.
get_growth(keyword='github actions', source='npm, google search, reddit', percent_growth=['3M', '1Y'])
get_ranked_trendsFind the fastest-growing developer tools, frameworks, and technologies by npm download growth - surfaces the technologies gaining developer adoption before they dominate conference talks.
get_ranked_trends(source='npm', sort='yoy_pct_change', limit=30)
get_top_trendsSee what is trending in developer communities on Reddit and in tech news right now - surfaces the tools, repositories, and technologies generating the most developer attention today.
get_top_trends(type='Reddit Hot Posts', limit=20)
FAQ