Stumbled across this while looking for ways to get Claude to stop giving me outdated trend data.
It's an MCP server that connects to Reddit, Twitter and Google Trends through your existing Chrome session — so it just reads your local cookies. No API setup, no tokens, nothing.
Took me maybe 2 minutes to get running:
pip install supermcp
supermcp setup
claude mcp add supermcp -- supermcp
After that I could literally ask Claude:
- "What are people complaining about with React this week on Reddit?"
- "What's trending in web dev on Twitter right now?"
- "Show me where interest in Svelte is growing by region"
And it actually pulls live data. Not summaries. Not training data. Real current stuff.
It's called SuperMCP if anyone wants to look it up. Free tier available.
Honestly just sharing because I've seen this question asked here before — how do you get Claude to know what's happening *right now