Raycast AI supports MCP servers natively. Add Trends MCP and you can query live trend data across Google, TikTok, YouTube, Reddit, Amazon, and more directly from the Raycast command bar - the fastest way to research trends on a Mac.
Tools for this workflow
get_trendsFrom the Raycast command bar, instantly query trend history for any topic - faster than opening a browser tab, the result appears directly in your AI command palette.
get_trends(keyword='remote work', source='google search', data_mode='weekly')
get_growthIn any Raycast AI session, ask 'Is remote work interest growing or declining?' - Raycast calls get_growth and delivers a structured data answer in seconds without context switching.
get_growth(keyword='remote work', source='google search, reddit', percent_growth=['6M', '1Y'])
get_ranked_trendsUse Raycast to run a quick trend discovery session - ask for the top-growing topics in any category and get a ranked list back in the command bar within seconds.
get_ranked_trends(source='google search', sort='wow_pct_change', limit=20)
get_top_trendsCheck what is trending right now directly from Raycast without opening any app - surfaces live TikTok, Google, and Reddit trends as a quick daily briefing.
get_top_trends(type='Google Trends', limit=15)
FAQ