HubLens MCP Server
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.
README
@hublens/mcp-server
MCP (Model Context Protocol) server for HubLens — query trending open-source projects and AI-generated summaries from Claude, Cursor, and other MCP-compatible AI tools.
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.
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
hublens_trending
Today's trending OSS projects ranked by the HubLens score.
| Parameter | Type | Default | Description |
|---|---|---|---|
limit |
number (1–50) | 10 | Number of results |
category |
string | — | Filter by category (e.g. AI, DevTools) |
source |
string | — | Filter by source (github or hn) |
hublens_search
Search the full HubLens archive of every tracked OSS.
| Parameter | Type | Default | Description |
|---|---|---|---|
q |
string | — | Text search on slug / title |
limit |
number (1–100) | 20 | Results per page |
offset |
number | 0 | Pagination offset |
category |
string | — | Category filter |
source |
string | — | Source filter |
hublens_article
Fetch full article details (EN + ZH summaries, use cases, highlights, tags, stars, category, score) by slug.
| Parameter | Type | Description |
|---|---|---|
slug |
string | Project 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.
License
MIT © HubLens
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.