Skip to main content
Glama
jmanek

google-news-trends-mcp

by jmanek

Google News Trends MCP

MCP-сервер, который вытягивает данные из RSS-каналов Google News и Google Trends, опционально обрабатывает их с помощью LLM/NLP и выдаёт структурированные результаты.

Возможности

  • Прочёсывает RSS-каналы Google News в поисках статей по ключевому слову, местоположению или теме

  • Забирает главные новости из Google News

  • Вытаскивает трендовые поисковые запросы из Google Trends на основе географических данных

  • Подключает конвейеры LLM/NLP для сжатия содержимого статей и извлечения ключевых понятий

Related MCP server: Google News22 MCP Server

Установка

Использование uv/uvx (рекомендуется)

При использовании uv специальная установка не требуется. Для непосредственного запуска google-news-trends-mcp мы будем использовать uvx.

Использование PIP

pip install google-news-trends-mcp

После установки вы можете запустить его как скрипт с помощью:

python -m google_news_trends_mcp

Настройка

Настройка для Claude.app

Добавьте в настройки Claude:

{
  "mcpServers": {
    "google-news-trends": {
      "command": "uvx",
      "args": ["google-news-trends-mcp@latest"]
    }
  }
}
{
  "mcpServers": {
    "google-news-trends": {
      "command": "python",
      "args": ["-m", "google_news_trends_mcp"]
    }
  }
}

Настройка для VS Code

{
  "mcp": {
    "servers": {
      "google-news-trends": {
        "command": "uvx",
        "args": ["google-news-trends-mcp@latest"]
      }
    }
  }
}
{
  "mcp": {
    "servers": {
      "google-news-trends": {
        "command": "python",
        "args": ["-m", "google_news_trends_mcp"]
      }
    }
  }
}

Инструменты

Доступны следующие MCP-инструменты:

Имя инструмента

Описание

get_news_by_keyword

Поиск новостей по определённым ключевым словам.

get_news_by_location

Получение новостей, относящихся к конкретному местоположению.

get_news_by_topic

Получение новостей по выбранной теме.

get_top_news

Загрузка главных новостей из Google News.

get_trending_terms

Возврат трендовых ключевых слов из Google Trends для указанного местоположения.

Все инструменты, связанные с новостями, имеют возможность суммаризировать текст статьи с помощью LLM Sampling (если поддерживается) или NLP.

CLI

Ко всем инструментам можно обращаться из командной строки с помощью uv.

uv run google-news-trends
Usage: google-news-trends [OPTIONS] COMMAND [ARGS]...

  Find and download news articles using Google News.

Options:
  --help  Show this message and exit.

Commands:
  keyword   Find articles by keyword using Google News.
  location  Find articles by location using Google News.
  top       Get top news stories from Google News.
  topic     Find articles by topic using Google News.
  trending  Returns google trends for a specific geo location.

Отладка

npx @modelcontextprotocol/inspector uvx google-news-trends-mcp

Для запуска из локально установленного проекта:

cd path/to/google-news-trends-mcp
npx @modelcontextprotocol/inspector uv run google-news-trends-mcp

Тестирование

cd path/to/google-news-trends-mcp
uv run pytest
Install Server
A
license - permissive license
B
quality
A
maintenance

Maintenance

Maintainers
22hResponse time
7wRelease cycle
4Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables searching news articles and retrieving top headlines from the GNews API with support for filtering by topic, language, and country.
  • A
    license
    B
    quality
    D
    maintenance
    Enables access to Google News articles through search by keywords, topics, geolocation, and top headlines with filtering by country, language, source, and date.
    4
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Provides tools to search and retrieve news across various categories including business, technology, science, and sports via the Google News API. It supports keyword searches, autocomplete suggestions, and region-specific news across multiple languages.
    11
    MIT

View all related MCP servers

Related MCP Connectors

  • Web search, news, page retrieval, sitemaps, and trending topics through Search1API.

  • AI-enriched financial news for AI agents & trading bots: search, trending, insider, scored 1-10.

  • Real-time corroborated news events + 5-year archive, for agents. Free tier, no key.

View all MCP Connectors

Latest Blog Posts

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/jmanek/google-news-trends-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server