HubLens MCP Server
Queries trending open-source projects detected from GitHub, providing AI agents with structured data about popular repositories including summaries, categories, and HubLens scores.
@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-serverFor 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.
Related MCP server: GitHub Analytics MCP Server
Tools
hublens_trending
Today's trending OSS projects ranked by the HubLens score.
Parameter | Type | Default | Description |
| number (1–50) | 10 | Number of results |
| string | — | Filter by category (e.g. |
| string | — | Filter by source ( |
hublens_search
Search the full HubLens archive of every tracked OSS.
Parameter | Type | Default | Description |
| string | — | Text search on slug / title |
| number (1–100) | 20 | Results per page |
| number | 0 | Pagination offset |
| string | — | Category filter |
| string | — | Source filter |
hublens_article
Fetch full article details (EN + ZH summaries, use cases, highlights, tags, stars, category, score) by slug.
Parameter | Type | Description |
| string | Project slug, e.g. |
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
Maintenance
Related MCP Servers
- Flicense-qualityDmaintenanceProvides access to GitHub trending projects through MCP, allowing AI assistants to query popular repositories filtered by language and time range (daily/weekly/monthly).Last updated
- Alicense-qualityDmaintenanceEnables querying and analysis of public GitHub repositories for statistics, contributor data, and commit history. It provides both a RESTful API and an MCP interface for seamless integration with AI agents.Last updatedMIT
- AlicenseBqualityDmaintenanceAn MCP server that provides access to the OSS Insight Public API for GitHub repository analytics. It enables querying trending repositories, contributor statistics, and collection rankings through various tools.Last updated18263MIT
- AlicenseAqualityDmaintenanceMCP server for Hacker News that enables AI agents to search stories, read comments, and track tech trends via the public Hacker News API and Algolia HN Search.Last updated10194MIT
Related MCP Connectors
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HubLensOfficial/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server