Submit

Hublens Mcp Server

@HubLens

HubLens automatically detects trending OSS on GitHub and Hacker News daily, then generates EN/ZH summaries, categories, and scoring via Vertex AI (Gemini). This MCP server wraps the HubLens Public REST API so any AI agent can ground its OSS recommendations in fresh, structured, multi-day data.
Overview

Install

# Claude Code
claude mcp add hublens -- npx -y @hublens/mcp-server

For Claude Desktop or other clients, add to your MCP config:

{
  "mcpServers": {
    "hublens": {
      "command": "npx",
      "args": ["-y", "@hublens/mcp-server"]
    }
  }
}

No API key required. The server calls public, cached endpoints rate-limited to 60 req/hr per IP.

Tools

Today's trending OSS projects ranked by the HubLens score.

ParameterTypeDefaultDescription
limitnumber (1–50)10Number of results
categorystringFilter by category (e.g. AI, DevTools)
sourcestringFilter by source (github or hn)

Search the full HubLens archive of every tracked OSS.

ParameterTypeDefaultDescription
qstringText search on slug / title
limitnumber (1–100)20Results per page
offsetnumber0Pagination offset
categorystringCategory filter
sourcestringSource filter

hublens_article

Fetch full article details (EN + ZH summaries, use cases, highlights, tags, stars, category, score) by slug.

ParameterTypeDescription
slugstringProject slug, e.g. facebook-react

Example prompts

  • "What AI OSS projects are trending today?" → hublens_trending(category: "AI")
  • "Find me Rust-based vector databases tracked by HubLens." → hublens_search(q: "vector")
  • "Summarize the HubLens writeup for langchain." → hublens_article(slug: "langchain-ai-langchain")

Data source

This server is a thin wrapper around the HubLens REST API (https://hublens.dev/api/v1/*). No local state, no credentials. See the API spec for endpoint details.

Server Config

{
  "mcpServers": {
    "hublens": {
      "command": "npx",
      "args": [
        "-y",
        "@hublens/mcp-server"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.