/ Каталог / Песочница / GitHub Trending MCP
● Сообщество hetaoBackend ⚡ Сразу

GitHub Trending MCP

автор hetaoBackend · hetaoBackend/mcp-github-trending

MCP server that fetches GitHub trending repos and developers.

MCP server that fetches GitHub trending repos and developers.

Живое демо

Как выглядит на практике

mcp-github-trending.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "mcp-github-trending": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-github-trending"
      ]
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "mcp-github-trending": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-github-trending"
      ]
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "mcp-github-trending": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-github-trending"
      ]
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-github-trending": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-github-trending"
      ]
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "mcp-github-trending",
      "command": "npx",
      "args": [
        "-y",
        "mcp-github-trending"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "mcp-github-trending": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "mcp-github-trending"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add mcp-github-trending -- npx -y mcp-github-trending

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: GitHub Trending MCP

Get started with GitHub Trending MCP

Когда использовать: When you want to bring GitHub Trending MCP into your Claude workflow.

Поток
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use GitHub Trending MCP to help me with a task.✓ Скопировано

Итог: Claude can interact with GitHub Trending MCP directly from your IDE.

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills