Reddit browser for MCP clients – works with any AI assistant
Built this to give AI assistants native Reddit access. No more copy-pasting links. You can ask things like "what's the sentiment on TypeScript vs JavaScript in r/webdev" or "analyze the top posts about GPT-5 today" and get instant analysis. Technical: TypeScript, 3-tier rate limiting (anonymous works fine for most), LRU cache under 50MB. Works with any MCP client, not just Claude. Someone used it to track reactions to H-1B changes across different country subreddits in real-time - that was pretty cool to see. Open to feature requests and contributions welcome! Would love to hear how you…
In plain words
This Reddit browser for MCP clients enables AI assistants to access Reddit content directly without manual link copying. Built in TypeScript, it allows queries like sentiment analysis across subreddits or analysis of trending posts. It features three-tier rate limiting and an LRU cache under 50MB, works with any MCP client, and has been used to track real-time discussions across multiple communities. The tool is open-source and welcomes contributions.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Built this to give AI assistants native Reddit access. No more copy-pasting links. You can ask things like "what's the sentiment on TypeScript vs JavaScript in r/webdev" or "analyze the top posts about GPT-5 today" and get instant analysis. Technical: TypeScript, 3-tier rate limiting (anonymous works fine for most), LRU cache under 50MB. Works with any MCP client, not just Claude. Someone used it to track reactions to H-1B changes across different country subreddits in real-time - that was pretty cool to see. Open to feature requests and contributions welcome! Would love to hear how you might use this or any Reddit API patterns you've found useful.
Does the same job
all alternatives →


- AMAlmanac MCP, turn Claude Code into a Deep Research agentApr 2026 · openalmanac.org · ▲14
I am Rohan, and I have grown really frustrated with CC's search and read tools. They use Haiku to summarise all the search results, so it is really slow and often ends up being very lossy. I built this MCP that you can install into your coding agents so they can actually access the web properly. Right now it can: - search the general web - search Reddit - read and scrape basically any webpage Install it: npx openalmanac setup The MCP is completely free to use. We have also built a central store where you can contribute things you learned while exploring. If you find something useful, you can…
- Web Researcher MCPJun 2026 · github.com · ▲22
The AI research assistant that cites real sources honestly
- SMSourcerer – MCP for semantic code search that reduces token waste2025 · github.com · ▲9
I built this because I got tired of watching Claude Code read through massive files just to find a few functions. Sourcerer lets AI agents search code semantically and grab exactly the code chunks they need instead of burning tokens on whole files. It uses tree-sitter to parse your codebase and creates a searchable index. So instead of "read auth.py (538 lines)", an agent can search for "user authentication logic" and get back just the relevant functions. Demo: https://asciinema.org/a/736638 GitHub: https://github.com/st3v3nmw/sourcerer-mcp
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, September 2025
the whole month →
- AS
Commerce · Sep 2025 · anycrap.shop
- TE
I made a built-from scratch Wayland Compositor to display any GUI app* in the terminal! I think there is a lot of unexplored potential in custom Wayland compositors, a lot of really cool things you can embed existing applications into! So, I started with embedding apps into the terminal because that is the easiest input/output (output is just utf-8 and I use the great `chafa` library for that, and I just read from stdin for the input). If you have any other ideas for cool Wayland compositors, let me know. I purposedly wrote 80% the app in Typescript to appeal to the most developers and…
Dev tools · Sep 2025 · github.com
- IR
Years ago I stumbled across a basic version of this concept and it stuck with me. I knew if I was ever going to take on such a project, it would need to be flawless, but without coding experience it was just another idea that would never happen. By the end of 2024, as AI coding tools exploded everywhere, I finally had a way to make it real. I started from zero knowledge and spent months collaborating with AI agents as a learning experience. Every pixel and every function went through me. The AI translated what I asked for into code, but every decision was human. I didn't use existing OS…
AI · Sep 2025 · mitchivin.com

