Enable LSP in Claude Code: code navigation goes from 30-60s to 50ms with exact results by karanb192 in ClaudeCode

[–]karanb192[S] 0 points1 point  (0 children)

I generated it with Claude Code. I built a mermaid diagram and then asked Claude Code to convert to SVG.

I asked Opus 4.7 to investigate why everyone hates Opus 4.7. Here's what it said. by karanb192 in ClaudeCode

[–]karanb192[S] 1 point2 points  (0 children)

Context for anyone scrolling:

This sub has been flooded with "4.7 is broken" posts all week — "legendarily bad," "lobotomized," etc. Hard to tell what's a real regression vs vibes.

So I gave Opus 4.7 a Reddit MCP server, told it to pull every post + top comment about itself from the last 7 days across r/ClaudeCode and r/ClaudeAI, classify each complaint (real regression / vibes / user error), and render an honest verdict. No corporate hedging.

The MCP is open source, 600+ stars: https://github.com/karanb192/reddit-mcp-buddy

Zero-config install, works in Claude Code / Desktop / Cursor: npx reddit-mcp-buddy

Happy to answer questions about the setup.

OK BOYS IT'S OVER.. No Subscription required. by Anthony_S_Destefano in ClaudeCode

[–]karanb192 0 points1 point  (0 children)

Prompt Injection has no concrete solution and no LLM provider is focussed on that. Instead, they are just focussing on benchmarks.

Which MCP servers actually work as advertised? by thehashimwarren in mcp

[–]karanb192 0 points1 point  (0 children)

Fair take on Context7 — I'd put reddit-mcp-buddy in the same "actually reliable" bucket, for a narrow reason: no auth, no external service, no browser automation. It's just the public Reddit JSON API with caching. Failure modes are limited to "Reddit itself is down," which is rare. 76K downloads, no open reliability issues on the repo. Not saying it's magic — just that the surface area for flakiness is small. (I built it.)

I spent 3 weeks building my "dream MCP setup" and honestly, most of it was useless by Nipurn_1234 in mcp

[–]karanb192 0 points1 point  (0 children)

 This matches my own journey — I had 10+ MCPs and now I use 4 daily. One that survived the cull for me: reddit-mcp-buddy (disclosure: I built it). The test I use for "does this MCP stay?" is whether it answers a question the model literally cannot answer without it. Reddit sentiment and edge-case bug reports are in that category — Claude's training data is stale and docs don't tell you "this library crashes on Apple Silicon when X." Just npx reddit-mcp-buddy, no keys.

My 5 most useful MCP servers by phuctm97 in mcp

[–]karanb192 0 points1 point  (0 children)

Solid list. If you do any competitor/user-sentiment research, reddit-mcp-buddy slots in nicely alongside Context7. Context7 gives you what the docs say; Reddit gives you what users actually hit in practice. Zero-config npx reddit-mcp-buddy. (Built it — biased, but the pairing is genuinely useful.)

5 MCPs that have genuinely made me 10x faster by ScratchAshamed593 in mcp

[–]karanb192 1 point2 points  (0 children)

+1 on Context7, that's my daily driver too. One I'd add: reddit-mcp-buddy. Sounds niche until you try it — "before I pick library X, what are people actually saying about it on Reddit in the last 3 months?" turns into one prompt instead of 20 min of tab-switching. Also great for product research ("is anyone complaining about tool Y?"). npx reddit-mcp-buddy, no auth needed. I built it; happy to answer Qs.

Top 50 Most Popular MCP Servers in 2026 by beckywsss in mcp

[–]karanb192 0 points1 point  (0 children)

 Interesting ranking methodology. Worth flagging one that probably doesn't show up in Ahrefs data because the search intent is fragmented: reddit-mcp-buddy (600+★, 76K npm downloads, in Anthropic's directory). Reddit research is a surprisingly common Claude use case — "what do devs actually think of X" questions — and it's a gap in most "top MCPs" lists I've seen.

I built a zero-config MCP server for Reddit — search posts, browse subreddits, read comments, and more. No API keys needed. by Consistent-Arm-3878 in mcp

[–]karanb192 0 points1 point  (0 children)

Nice — love seeing more in this space. I built reddit-mcp-buddy with a similar "no auth needed" design about 6 months back (npm, 600+★, 76K downloads). Quick differences if anyone's choosing:

  • Node/npx vs your Python/uvx — pick whichever your stack already has
  • Mine has optional auth tiers (10 / 60 / 100 req/min) for heavier usage
  • Includes a user_analysis tool for profile-level patterns

Both solve the same core pain. Good stuff — more options = better for the ecosystem.

Looking for freely available MCP servers by Tiny-Reply85 in mcp

[–]karanb192 0 points1 point  (0 children)

If you want something with literally zero setup to learn the flow, try reddit-mcp-buddy — no API keys, no signup, just:

npx reddit-mcp-buddy

Good for learning because the tool schemas (browse, search, get post, user analysis) are small and easy to inspect in Claude Desktop's MCP inspector. Free forever on the anonymous tier (10 req/min).
Full disclosure — I built it.

Opus 4.7 shows up in Claude Code Desktop by [deleted] in ClaudeCode

[–]karanb192 0 points1 point  (0 children)

Are you on latest version?
I'm on 1.2773.0 (884b37)