Skip to main content
Glama
jmanek

google-news-trends-mcp

by jmanek

Google News Trends MCP

Google News 및 Google Trends RSS 엔드포인트에서 데이터를 수집하고, 선택적으로 LLM/NLP로 요약한 후 구조화된 결과를 출력하는 MCP 서버입니다.

기능

  • 키워드, 지역, 주제를 기반으로 Google News RSS 피드에서 기사 검색

  • Google News의 주요 뉴스 기사 수집

  • 지리적 입력을 기반으로 Google Trends에서 인기 검색어 확보

  • LLM/NLP 파이프라인을 연결하여 기사 데이터를 요약하고 핵심 개념 추출

Related MCP server: Google News22 MCP Server

설치

uv/uvx 사용 (권장)

uv를 사용하는 경우 별도의 설치가 필요 없습니다. uvx를 사용하여 google-news-trends-mcp를 직접 실행합니다.

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 샘플링(지원되는 경우) 또는 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