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 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