GitHub Trend Radar MCP Server

GitHub Trend Radar MCP Server

Enables AI assistants to query GitHub trending projects, analyze language and technology trends, and generate visual trend reports.

Category
Visit Server

README

GitHub Trend Radar MCP Server

🔭 实时追踪 GitHub 开源���界的脉搏 — 让 AI 助手随时掌握技术趋势。

这是什么

一个 MCP (Model Context Protocol) Server,让 Claude、Cursor、Codex 等 AI 工具能够:

  • 查询 GitHub 今日/本周/本月 Trending 项目
  • 分析编程语言和技术栈趋势
  • 生成可视化趋势报告
  • 跨时段对比项目增长势头

安装

pip install git+https://github.com/cqnxnzg/github-trend-radar.git

或者克隆后本地安装:

git clone https://github.com/cqnxnzg/github-trend-radar.git
cd github-trend-radar
pip install -e .

💡 注意:需要 Python 3.10+。安装后即可在 Claude Desktop / Cursor / Codex 中配置使用。

配置

Claude Desktop

claude_desktop_config.json 中添加:

{
  "mcpServers": {
    "github-trend-radar": {
      "command": "python",
      "args": ["-m", "github_trend_radar.server"]
    }
  }
}

Cursor / Codex

在你的 MCP 配置文件中添加相同配置。

可用 Tools

Tool 说明 参数
get_trending_repos 获取 GitHub Trending 项目列表 since: daily/weekly/monthly, language: 可选过滤语言
analyze_language_trends 分析编程语言分布趋势 since: daily/weekly/monthly
get_repo_details 获取单个仓库的详细信息 owner, repo
generate_trend_report 生成完整的趋势分析报告 since: daily/weekly/monthly, top_n: 返回前 N 个项目
compare_timeframes 跨时段对比项目增长势头 repo_names: 仓库名列表
get_hot_keywords 分析当前热门技术关键词 since: daily/weekly/monthly

使用示例

在 Claude Desktop 中直接对话:

"帮我看看今天 GitHub 上最火的项目有哪些?"

"最近一周 AI Agent 相关的项目增长趋势如何?"

"帮我对比一下 openai/codex 和 openinterpreter/openinterpreter 的增长势头"

"生成一份本月 GitHub Trending 的完整分析报告"

架构

┌─────────────────┐     MCP Protocol     ┌──────────────────┐
│  AI 助手         │ ◄──────────────────► │  Trend Radar     │
│  (Claude/Cursor) │     (stdio/SSE)      │  MCP Server      │
└─────────────────┘                      └────────┬─────────┘
                                                   │
                                          ┌────────▼─────────┐
                                          │  GitHub Trending  │
                                          │  + 数据分析引擎    │
                                          └──────────────────┘

托管服务(即将推出)

不想自己部署?我们提供托管版本:

  • 🆓 免费层:每天 10 次查询
  • Pro 层:¥29/月,无限查询 + 历史数据
  • 🏢 Team 层:¥99/月,多人协作 + 定制报告

License

MIT

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured