Alternatives
Products that do what Reddit browser for MCP clients – works with any AI assistant does
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…
- 1

- 2SA
Alright so if you run a self-hosted blog, you've probably noticed AI companies scraping it for training data. And not just a little (RIP to your server bill). There isn't much you can do about it without cloudflare. These companies ignore robots.txt, and you're competing with teams with more resources than you. It's you vs the MJs of programming, you're not going to win. But there is a solution. Now I'm not going to say it's a great solution...but a solution is a solution. If your website contains content that will trigger their scraper's safeguards, it will get dropped from their data…
Dec 2025 · github.com
- 3HM
Hi HN! Excited to share our MCP Server at Hyperbrowser - something we’ve been working on for a few days. We think it’s a pretty neat way to connect LLMs and IDEs like Cursor / Windsurf to the internet. Our MCP server exposes seven tools for data collection and browsing: 1. `scrape_webpage` - Extract formatted (markdown, screenshot etc) content from any webpage 2. `crawl_webpages` - Navigate through multiple linked pages and extract LLM-friendly formatted content 3. `extract_structured_data` - Convert messy HTML into structured JSON 4. `search_with_bing` - Query the web and get results…
2025 · github.com
- 4

Audit your site for the AI search era. 100% Open Source
May 2026 · freeaiseoaudit.com
- 5MS
I was looking around for an MCP server that could connect Anna's Archive to Claude Desktop, as I wanted to be able to search and download books directly through the interface. I couldn't find any public implementations, so ended up building one myself. What it does? - It searches Anna's Archive by keywords. - It downloads books from search results. - It works directly in Claude Desktop through MCP. Check out the repository's README for detailed installation and configuration instructions. The code is fully open source and builds run on GitHub Actions for transparency. I figured I'd share,…
2025 · github.com
- 6

- 7

- 8

- 9

The most performant Ads MCP available to use with Your AI
Mar 2026 · syntermedia.ai
- 10OS
Large Language Models (LLMs) are powerful, but they’re limited by fixed context windows and outdated knowledge. What if your AI could access live search, structured data extraction, OCR, and more—all through a standardized interface? We built the JigsawStack MCP Server, an open-source implementation of the Model Context Protocol (MCP) that lets any AI model call external tools effortlessly. Here’s what it unlocks: - Web Search & Scraping: Fetch live information and extract structured data from web pages. - OCR & Structured Data Extraction: Process images, receipts, invoices, and handwritten…
2025
- 11
The AI research assistant that cites real sources honestly
Jun 2026 · github.com
- 12WM
I’m the developer behind the Web MCP at Bright Data. We just launched a free tier so any AI Engineer/ Vibe coder can give their LLM real web access — 5,000 requests/month at no cost. Unlike most MCP servers that wrap a single SaaS API (e.g. Gmail, GitHub), the Web MCP wraps the entire internet. It handles JS-heavy sites, auto-solves CAPTCHAs, and returns clean Markdown your model can use. Free tier includes: search_engine → search results from Google/Bing/Yandex scrape_as_markdown → fetch any URL as clean, LLM-friendly Markdown (with CAPTCHA handling) Quick start:…
2025 · github.com
- 13AM
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…
Apr 2026 · openalmanac.org
- 14MH
Hi HN! I built mcp-hacker-news, an MCP server for Hacker News. It acts as a bridge between the Hacker News API and AI-powered tools that support MCP (like Claude and Cursor). With this MCP server, you can fetch and interact with live Hacker News data—posts, comments, or users. The project is written in TypeScript and aims to facilitate seamless integration between LLMs and automation workflows and HN data. I'm sharing this to get feedback from developers, LLM tinkerers, or anyone interested in open AI workflows and data integration. If you have ideas for improvement or want to contribute,…
2025 · github.com
- 15OM
Hey Hackernews! In the last few days I've dug up some work I was working on last year but never was able to ship due to perfectionism. But with my new attitude, here it is: I also immediately got it in MCP-form so you can use it in Claude and Cursor as well. Enable Claude / Cursor to know ANY API!! Video and links here: https://x.com/janwilmake/status/1903497808134496583 P.S. Expect bugs. Building in public. I've tested it with a few apis so far, and so far it worked really well as MCP every time. P.P.S. It's all Open source!…
2025 · openapisearch.com
- 16OS
Hey HN! I'm open-sourcing a little weekend side project. It's a terminal UI that generates parsers for webpages using AI, and a library that runs these parsers while you browse (it connects to Chrome over CDP). You can parse Twitter, LinkedIn, and HN posts and they get saved to a DuckDB database, so you can query them later. Contributions welcome! I wrote a bit more about it here: https://0thernet.substack.com/p/memo-2-selectron
2025 · github.com
- 17AM
More than a decade ago, I adopted the self-imposed rule, if I answer a question more than once, the third time I need to be able to answer with a URL. Today, I published one very large URL - a book distilling what I learned from helping people work remotely at GitHub, and I wanted to rethink my rule for the age of AI. What if, instead of a URL, I could create an interactive experience that could tailor the guidance to your particular situation? What I ended up building was an Open and Async Advisor MCP server. To install (in claude or any other AI): > claude mcp add open-async -- npx -y…
Jul 2026 · github.com
- 18

- 19

AI Vision detects AI on X, Reddit & LinkedIn in realtime
Feb 2026 · chromewebstore.google.com
- 20SM
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
2025 · github.com
- 21

The goal was to bring down the cost at the context eng. level. We do it with Layout Memoization. Instead of dumping HTML into the context window, we have built a continual learning browser harness (read only for now). We have built an early prototype for you to try out, where you can: 1. Spins up a browser instance 2. Extract any structured or tabular data from anywhere on the open-web 3. And you can do all this at the cost of a vector search Would love to hear your thoughts on this. Thanks for taking the time to read it.
8d ago · makralabs.org
- 22BE
We’re George and Ann, and want to share a Hacker News specific browser extension that we have been working on. We all love the rich discussions in HN, but navigating long posts with multiple threads can sometimes be challenging. You get lost in the depth and breadth of the discussion. There are a few AI-based summarization tools, but they typically focus on summarizing the article rather than the comments, and thus miss the essence of threaded discussions. So, we built Hacker News Companion, a browser extension that makes it easy to navigate discussions and understand diverse viewpoints…
2024 · github.com
- 23

- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →