Give Cursor live trend data across Google, TikTok, YouTube, Reddit, and 9 more sources. Click the install button below or paste a one-line config snippet into your MCP settings and start querying trend data inside Cursor immediately.
Tools for this workflow
get_trendsInside Cursor Agent, query npm or web traffic trends for any technology you are evaluating before building on it - see if the library or framework is gaining or losing adoption.
get_trends(keyword='vibe coding', source='google search', data_mode='weekly')
get_growthIn Cursor Chat, ask 'Is TypeScript adoption still growing vs JavaScript?' - Cursor calls get_growth with npm source and returns a data-backed answer directly in your coding session.
get_growth(keyword='vibe coding', source='google search, youtube, reddit', percent_growth=['3M'])
get_ranked_trendsUse Cursor Agent to find the top-growing packages in the npm ecosystem this year - useful for technology selection, dependency audits, and competitive analysis of developer tools.
get_ranked_trends(source='npm', sort='yoy_pct_change', limit=25)
get_top_trendsIn any Cursor session, ask what is trending in tech on Reddit or Google News right now - no keyword needed, surfaces the developer news and topics dominating discussion today.
get_top_trends(type='Reddit Hot Posts', limit=20)
FAQ