google-news-trends-mcp
Google News Trends MCP
Ein MCP-Server, der Daten von Google News- und Google Trends-RSS-Endpunkten sammelt, sie optional mit LLM/NLP destilliert und strukturierte Ergebnisse liefert.
Funktionen
Durchsuchen Sie Google News RSS-Feeds nach Artikeln basierend auf Schlüsselwort, Ort, Thema
Top-Nachrichten von Google News aufnehmen
Trending-Suchbegriffe von Google Trends basierend auf geografischen Eingaben abgreifen
LLM/NLP-Pipelines einbinden, um Artikelinhalte zu komprimieren und Schlüsselkonzepte zu extrahieren
Related MCP server: Google News22 MCP Server
Installation
Verwendung von uv/uvx (empfohlen)
Bei Verwendung von uv ist keine spezielle Installation erforderlich. Wir verwenden uvx, um google-news-trends-mcp direkt auszuführen.
Verwendung von PIP
pip install google-news-trends-mcpNach der Installation können Sie es als Skript ausführen mit:
python -m google_news_trends_mcpKonfiguration
Konfiguration für Claude.app
Fügen Sie zu Ihren Claude-Einstellungen hinzu:
{
"mcpServers": {
"google-news-trends": {
"command": "uvx",
"args": ["google-news-trends-mcp@latest"]
}
}
}{
"mcpServers": {
"google-news-trends": {
"command": "python",
"args": ["-m", "google_news_trends_mcp"]
}
}
}Konfiguration für 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"]
}
}
}
}Tools
Die folgenden MCP-Tools sind verfügbar:
Tool Name | Beschreibung |
get_news_by_keyword | Suchen Sie nach Nachrichten mit bestimmten Schlüsselwörtern. |
get_news_by_location | Rufen Sie Nachrichten ab, die für einen bestimmten Ort relevant sind. |
get_news_by_topic | Erhalten Sie Nachrichten basierend auf einem gewählten Thema. |
get_top_news | Rufen Sie die Top-Nachrichten von Google News ab. |
get_trending_terms | Geben Sie Trending-Schlüsselwörter von Google Trends für einen bestimmten Ort zurück. |
Alle nachrichtenbezogenen Tools haben eine Option, den Text des Artikels mithilfe von LLM-Sampling (falls unterstützt) oder NLP zusammenzufassen.
CLI
Alle Tools können über die Befehlszeile mit uv aufgerufen werden.
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.Debugging
npx @modelcontextprotocol/inspector uvx google-news-trends-mcpUm aus einem lokal installierten Projekt heraus auszuführen
cd path/to/google-news-trends-mcp
npx @modelcontextprotocol/inspector uv run google-news-trends-mcpTesten
cd path/to/google-news-trends-mcp
uv run pytestMaintenance
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
- FlicenseNot gradedqualityDmaintenanceEnables searching news articles and retrieving top headlines from the GNews API with support for filtering by topic, language, and country.
- AlicenseBqualityDmaintenanceEnables access to Google News articles through search by keywords, topics, geolocation, and top headlines with filtering by country, language, source, and date.4MIT
- AlicenseBqualityDmaintenanceProvides 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.11MIT
- FlicenseNot gradedqualityDmaintenanceProvides tools for fetching real-time news and performing AI-powered sentiment analysis and summarization using Mistral AI. It enables users to analyze news trends and extract structured insights through natural language queries.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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