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
| What | Count |
|---|---|
| New repos added | 12 |
| New MCP servers added | 8 |
| Existing repos re-scraped | 174 |
| Total catalog | 174 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
- modelcontextprotocol/servers — Anthropic's official reference MCPs
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.
- Install Python 3.11+ and
uv. - Add to Claude Desktop config:
uvx awslabs.cost-explorer-mcp-server@latest. - Set AWS credentials in env (
AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY). - Restart Claude Desktop. Tools appear under "aws" prefix.
2. Cloudflare MCP
What it does: Workers, R2, D1, KV, DNS, Pages, Analytics.
- Open Claude Desktop → Settings → MCP servers.
- Add a remote server with URL
https://mcp.cloudflare.com/. - Click "Connect" — OAuth opens in your browser.
- Approve the Cloudflare scopes you want exposed.
3. Meta Ads MCP (official)
What it does: campaigns, audiences, insights, creative testing on Facebook + Instagram Ads.
- Add a remote MCP server in Claude Desktop pointing at
https://mcp.facebook.com/ads. - Click "Connect" — Meta Business OAuth opens.
- Pick the ad account you want to expose.
- Approve. Done in under 60 seconds.
4. Groq MCP
What it does: ultra-low-latency LLM inference (Llama, Mixtral, DeepSeek).
- Get a free API key at console.groq.com.
- Add to Claude Desktop config:
npx -y @groq/mcp-server. - Set
GROQ_API_KEYin the env block of the config. - Restart Claude Desktop.
5. DeepSeek MCP
What it does: DeepSeek V3 and Coder via API — frontier reasoning at low cost.
- Get a key at api-docs.deepseek.com.
- Add to config:
npx -y @deepseek/mcp-server. - Set
DEEPSEEK_API_KEYin env. - Restart your MCP client.
6. DuckDB MCP
What it does: SQL over Parquet, CSV, JSON, and S3 — no warehouse needed. Local-only, no auth.
- Install
uvif you don't have it. - Add to config:
uvx mcp-server-motherduck. - Point a query at any folder of CSVs or Parquet files.
- No API key required.
7. Langfuse MCP
What it does: LLM traces, evals, prompt management, cost tracking.
- Sign up at langfuse.com → get your public + secret API keys.
- Add to config:
npx -y @langfuse/mcp-server. - Set
LANGFUSE_PUBLIC_KEYandLANGFUSE_SECRET_KEYin env. - Restart Claude Desktop.
8. ClickHouse MCP
What it does: query columnar OLAP via SQL.
- Get ClickHouse Cloud credentials (or use a self-hosted instance).
- Add to config:
uvx mcp-clickhouse. - Set
CLICKHOUSE_HOST,CLICKHOUSE_USER,CLICKHOUSE_PASSWORDin env. - Restart your MCP client.
How to suggest a new repo or MCP
- Open the submit form at /submit-repo.
- Paste the GitHub URL and the category that fits.
- Add one sentence on why you use it.
- 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.
- A cron job hits
/api/cron/scrape-githubevery 24 hours at 2 AM IST. - It pulls live stars, forks, language, license, and last-push for every published repo.
- Fresh values are written to Supabase.
- 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
Related reading
---
*Posted June 5, 2026 by Piyush Jangir. Refresh cadence: daily GitHub stats, weekly new entries, real-time on major launches.*