stackpicks.dev
All posts
What's New on StackPicks — June 2026 Refresh (12 New Repos, 8 New MCPs)
Changelog·5 min read

What's New on StackPicks — June 2026 Refresh (12 New Repos, 8 New MCPs)

June 5 refresh: 12 new OSS repos, 8 new MCP servers, 174 existing repos re-scraped with live GitHub stats. Includes install steps for every new MCP.

Piyush Jangir
Verified author

Founder of StackPicks. Self-taught builder shipping open-source dev tools, marketing, and curator content since 2019. Based in Mumbai, India. Available on GitHub and LinkedIn.

5 min read
Quick answer
On June 5, 2026 StackPicks added 12 new repos (DuckDB, OpenHands, DeepSeek V3, Convex, Qwik, more) and 8 new MCP servers (AWS, Cloudflare, Meta Ads official, Groq, DeepSeek, DuckDB, Langfuse, ClickHouse). All 174 existing repos were re-scraped with live GitHub stats.

Short version: On June 5, 2026 we added 12 new repos and 8 new MCP servers, and re-scraped GitHub stats for the existing 174 repos in the catalog.

Use the in-page links below to jump straight to install steps for any new MCP.

What changed today

WhatCount
New repos added12
New MCP servers added8
Existing repos re-scraped174
Total catalog174 repos + 122 MCPs

The 12 new repos

Grouped by what they do. Click any name to open the StackPicks page with the full curator take.

AI / agents

  • OpenHands — the strongest open-source coding agent
  • DeepSeek V3 — frontier LLM at ~1/30th the cost
  • lobe-chat — self-hosted ChatGPT, MCP support built in
  • Skyvern — LLM-driven browser automation
  • Langfuse — LLM observability for production
  • Helicone — one-line LLM monitoring proxy

Data + analytics

  • DuckDB — SQL over flat files, no server needed
  • ClickHouse — columnar SQL at billions of rows

Frameworks + tools

  • Convex — reactive backend-as-a-service
  • Qwik — resumable framework, top Lighthouse scores
  • ToolJet — open-source Retool

MCP infra

The 8 new MCPs — with install steps

Every install below follows the same 3-step pattern: copy the command, paste into your MCP client config, restart the client.

1. AWS MCP

What it does: Bedrock, S3, Lambda, Cost Explorer, CloudWatch, IAM.

  1. Install Python 3.11+ and uv.
  2. Add to Claude Desktop config: uvx awslabs.cost-explorer-mcp-server@latest.
  3. Set AWS credentials in env (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY).
  4. Restart Claude Desktop. Tools appear under "aws" prefix.

2. Cloudflare MCP

What it does: Workers, R2, D1, KV, DNS, Pages, Analytics.

  1. Open Claude Desktop → Settings → MCP servers.
  2. Add a remote server with URL https://mcp.cloudflare.com/.
  3. Click "Connect" — OAuth opens in your browser.
  4. Approve the Cloudflare scopes you want exposed.

3. Meta Ads MCP (official)

What it does: campaigns, audiences, insights, creative testing on Facebook + Instagram Ads.

  1. Add a remote MCP server in Claude Desktop pointing at https://mcp.facebook.com/ads.
  2. Click "Connect" — Meta Business OAuth opens.
  3. Pick the ad account you want to expose.
  4. Approve. Done in under 60 seconds.

4. Groq MCP

What it does: ultra-low-latency LLM inference (Llama, Mixtral, DeepSeek).

  1. Get a free API key at console.groq.com.
  2. Add to Claude Desktop config: npx -y @groq/mcp-server.
  3. Set GROQ_API_KEY in the env block of the config.
  4. Restart Claude Desktop.

5. DeepSeek MCP

What it does: DeepSeek V3 and Coder via API — frontier reasoning at low cost.

  1. Get a key at api-docs.deepseek.com.
  2. Add to config: npx -y @deepseek/mcp-server.
  3. Set DEEPSEEK_API_KEY in env.
  4. Restart your MCP client.

6. DuckDB MCP

What it does: SQL over Parquet, CSV, JSON, and S3 — no warehouse needed. Local-only, no auth.

  1. Install uv if you don't have it.
  2. Add to config: uvx mcp-server-motherduck.
  3. Point a query at any folder of CSVs or Parquet files.
  4. No API key required.

7. Langfuse MCP

What it does: LLM traces, evals, prompt management, cost tracking.

  1. Sign up at langfuse.com → get your public + secret API keys.
  2. Add to config: npx -y @langfuse/mcp-server.
  3. Set LANGFUSE_PUBLIC_KEY and LANGFUSE_SECRET_KEY in env.
  4. Restart Claude Desktop.

8. ClickHouse MCP

What it does: query columnar OLAP via SQL.

  1. Get ClickHouse Cloud credentials (or use a self-hosted instance).
  2. Add to config: uvx mcp-clickhouse.
  3. Set CLICKHOUSE_HOST, CLICKHOUSE_USER, CLICKHOUSE_PASSWORD in env.
  4. Restart your MCP client.

How to suggest a new repo or MCP

  1. Open the submit form at /submit-repo.
  2. Paste the GitHub URL and the category that fits.
  3. Add one sentence on why you use it.
  4. Hit submit. We review weekly.

To qualify:

  • Open source (MIT, Apache, BSD, or AGPL)
  • Commits in the last 60 days
  • Real users (not a toy project)
  • Fits a category we already have

We do not list paid-only tools, abandoned forks, or proof-of-concept demos.

How StackPicks keeps GitHub data fresh

You don't need to do anything — this runs on autopilot.

  1. A cron job hits /api/cron/scrape-github every 24 hours at 2 AM IST.
  2. It pulls live stars, forks, language, license, and last-push for every published repo.
  3. Fresh values are written to Supabase.
  4. Repo pages auto-revalidate via Next.js ISR on the next visit.

What's coming next

  • Weekly refresh — new repos every Sunday; new MCPs same-day on major launches
  • **Instagram posts** — 5 per week on @stackpicks.dev, starting Mon Jun 8
  • Premium changelog — weekly deep-dives for ₹99 lifetime members

---

*Posted June 5, 2026 by Piyush Jangir. Refresh cadence: daily GitHub stats, weekly new entries, real-time on major launches.*

Frequently asked questions

How often does StackPicks refresh GitHub data?+

Daily. A cron job hits /api/cron/scrape-github every 24 hours and pulls live stars, forks, language, license, and last-push timestamps for every published repo. The numbers on each repo page are never more than a day stale. Pages auto-revalidate on the next request via Next.js ISR — no manual deploy needed for stats to update.

Which new repos were added on June 5, 2026?+

12 new picks: DuckDB and ClickHouse (analytics), All-Hands-AI/OpenHands (autonomous coding agent), modelcontextprotocol/servers (Anthropic's reference MCP servers), DeepSeek V3 (open-weights LLM), Convex backend, lobe-chat (self-hosted ChatGPT), Skyvern (LLM browser automation), ToolJet (open-source Retool), Langfuse, Helicone (LLM observability), and Qwik (resumable framework).

Which new MCP servers were added?+

8 production-ready MCPs: AWS (Bedrock, S3, Lambda, Cost Explorer), Cloudflare (Workers, R2, D1, DNS), Meta Ads (official, launched April 29), Groq (sub-100ms inference), DeepSeek, DuckDB (SQL over flat files), Langfuse (LLM traces), and ClickHouse (real-time analytics). All include install commands and auth notes on the /mcp directory.

How do I install one of the new MCPs?+

Open the MCP page at /mcp, click the server you want, and copy the install command (npx, uvx, or remote URL). Paste it into your Claude Desktop or Cursor MCP config file, restart the client, and the tools show up. Each MCP page lists which auth (API key, OAuth, none) it needs.

How can I suggest a new repo or MCP?+

Use the submit form at /submit-repo. We review submissions weekly. To qualify, the project must be open source (MIT, Apache, BSD, or AGPL), have commits in the last 60 days, have real users (not a toy project), and fit a category that exists in our taxonomy. We do not list paid-only tools, abandoned forks, or proof-of-concept demos.

What's New on StackPicks — June 2026 Refresh (12 New Repos, 8 New MCPs) — StackPicks — StackPicks