Google News MCP server for fetching news articles
Project description
MCP Server Google News
A Model Context Protocol (MCP) server for fetching Google News articles from Japan region.
Available Tools
google_news_search
Search for news articles using a query (Japan region only).
Parameters:
query(string, required): Search querylimit(int, optional): Number of articles to fetch (default: 10)
google_news_topics
Get news articles by topic (Japan region only).
Parameters:
topic_id(string, required): Topic IDlimit(int, optional): Number of articles to fetch (default: 10)
Common Topic IDs for Japan:
CAAqKggKIiRDQkFTRlFvSUwyMHZNRFZxYUdjU0JXcGhMVXBRSWdKS1VDZ0FQAQ: 国内CAAqKggKIiRDQkFTRlFvSUwyMHZNRGx1YlY4U0JXcGhMVXBRSWdKS1VDZ0FQAQ: 国際CAAqKggKIiRDQkFTRlFvSUwyMHZNRGx6TVdZU0JXcGhMVXBRSWdKS1VDZ0FQAQ: ビジネスCAAqKggKIiRDQkFTRlFvSUwyMHZNREpxYW5RU0JXcGhMVXBRSWdKS1VDZ0FQAQ: テクノロジーCAAqKggKIiRDQkFTRlFvSUwyMHZNRFp1ZEdvU0JXcGhMVXBRSWdKS1VDZ0FQAQ: エンタメCAAqKggKIiRDQkFTRlFvSUwyMHZNRFp0Y1RjU0JXcGhMVXBRSWdKS1VDZ0FQAQ: スポーツCAAqJQgKIh9DQkFTRVFvSUwyMHZNR3QwTlRFU0JXcGhMVXBRS0FBUAE: 健康CAAqKggKIiRDQkFTRlFvSUwyMHZNRGRzYm5BU0JXcGhMVXBRSWdKS1VDZ0FQAQ: 科学
Installation
Using uv (Recommended)
No special installation is required when using uv. You can run mcp-server-google-news directly using uvx.
Using PIP
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
Configuration
Configure for Claude.app
Add to your Claude settings:
Using uvx
{
"mcpServers": {
"google-news": {
"command": "uvx",
"args": ["mcp-server-google-news"]
}
}
}
Configure for VS Code
For quick installation, use one of the one-click install buttons below...
Command Line Options
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)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_google_news-0.1.1.tar.gz.
File metadata
- Download URL: mcp_server_google_news-0.1.1.tar.gz
- Upload date:
- Size: 33.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60541b0304a80b59e3fe67ed3ea262146d46830988130c17eebdc0028e83e0d5
|
|
| MD5 |
ccc4ffd52777beb3555ad7074d00938f
|
|
| BLAKE2b-256 |
4babe088718f3fd9feb6398d249a25a86ab56480f829c21a9b5b5f4581561c77
|
File details
Details for the file mcp_server_google_news-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mcp_server_google_news-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c722c6da267a6335def10c785c66f08886d8db2f525984521a2b1b9e9687424
|
|
| MD5 |
70f59bc2d49b48ee00a8c182a38724a5
|
|
| BLAKE2b-256 |
4b80018a78576c1214a96167ed3020cdd53b172b87d8bee85965e49a83b154a4
|