
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
mcp-server-google-news
Advanced tools
A Model Context Protocol (MCP) server for fetching Google News articles with configurable language and region settings.
Search for news articles using a query.
Parameters:
query
(string, required): Search querylimit
(int, optional): Number of articles to fetch (default: 10)hl
(string, optional): Language code (default: "ja")gl
(string, optional): Geographic location code (optional)Get news articles by topic.
Parameters:
topic_id
(string, optional): Topic ID (default: TOP)limit
(int, optional): Number of articles to fetch (default: 10)hl
(string, optional): Language code (default: "ja")gl
(string, optional): Geographic location code (optional)Available Topics:
TOP
: トップニュース (default)NATION
: 国内WORLD
: 国際BUSINESS
: ビジネスTECHNOLOGY
: テクノロジーENTERTAINMENT
: エンタメSPORTS
: スポーツSCIENCE
: 科学HEALTH
: 健康ja
: Japanese (default)en
: Englishzh-CN
: Chinesefr
: Frenchde
: Germanes
: Spanishko
: KoreanJP
: JapanUS
: United StatesGB
: United KingdomCN
: ChinaFR
: FranceDE
: GermanyKR
: South Koreauv
(Recommended)No special installation is required when using uv
. You can run mcp-server-google-news
directly using uvx
.
Alternatively, you can install mcp-server-google-news
using pip:
pip install mcp-server-google-news
After installation, you can run the script as follows:
mcp-server-google-news
Add to your Claude settings:
{
"mcpServers": {
"google-news": {
"command": "uvx",
"args": ["mcp-server-google-news"]
}
}
}
For quick installation, use one of the one-click install buttons below...
You can specify the following options when running the server:
--sse
: Enable Server-Sent Events transport (on/off)--host
: Server bind address (default: localhost)--port
: Server port number (default: 8000)--log-level
: Logging verbosity (debug, info, warning, error)MIT
FAQs
Google News MCP server for fetching news articles
We found that mcp-server-google-news demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.