GNews API MCP Server
Provides access to global news articles from over 60,000 sources through the GNews API. Supports keyword search, category browsing, and language customization.
README
GNews API MCP Server
An MCP server implementation that integrates with the GNews API, providing access to the latest news articles across various categories and languages.
GNews API と連携する MCP サーバーの実装で、様々なカテゴリや言語にわたる最新のニュース記事へのアクセスを提供します。
Features
- Global News Coverage: Access news from over 60,000 sources worldwide
- Multiple Languages: Support for 22 languages including Japanese, English, and more
- Category-based News: Access news from different categories like general, business, technology, sports, etc.
- Keyword Search: Search for news articles containing specific keywords
- Customizable Results: Control the number of results returned
- Rich Content: Get article titles, publication dates, links, and content snippets
日本語
- グローバルニュースカバレッジ: 世界中の 60,000 以上のソースからニュースにアクセス
- 複数言語対応: 日本語、英語を含む、22 の言語をサポート
- カテゴリベースのニュース: 一般、ビジネス、テクノロジー、スポーツなど、様々なカテゴリのニュースにアクセス
- キーワード検索: 特定のキーワードを含むニュース記事を検索
- カスタマイズ可能な結果: 返される結果の数を制御
- リッチコンテンツ: 記事のタイトル、発行日、リンク、コンテンツスニペットを取得
Tools
-
search-news
- Search for news articles containing specific keywords
- Inputs:
keyword(string): Search termlang(string, optional): Language code (default: ja)country(string, optional): Country code (default: jp)max(number, optional): Number of results to return (max 10, default 5)
-
get-top-headlines
- Retrieve the latest top headlines from a specified category
- Inputs:
category(string, optional): News category (general, world, nation, business, technology, entertainment, sports, science, health)lang(string, optional): Language code (default: ja)country(string, optional): Country code (default: jp)max(number, optional): Number of results to return (max 10, default 5)
日本語
-
search-news
- 特定のキーワードを含むニュース記事を検索
- 入力パラメータ:
keyword(string): 検索キーワードlang(string, オプション): 言語コード (デフォルト: ja)country(string, オプション): 国コード (デフォルト: jp)max(number, オプション): 返される結果の数 (最大 10、デフォルト 5)
-
get-top-headlines
- 指定されたカテゴリの最新トップヘッドラインを取得
- 入力パラメータ:
category(string, オプション): ニュースカテゴリ (general, world, nation, business, technology, entertainment, sports, science, health)lang(string, オプション): 言語コード (デフォルト: ja)country(string, オプション): 国コード (デフォルト: jp)max(number, オプション): 返される結果の数 (最大 10、デフォルト 5)
Configuration
Getting an API Key
- Sign up for a GNews.io account
- Choose a plan (Free tier available with 100 requests/day)
- Generate your API key
日本語
- GNews.io でアカウントを作成
- プランを選択(無料プランは 1 日 100 リクエスト)
- API キーを生成
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
日本語: claude_desktop_config.json に以下を追加します:
Docker
{
"mcpServers": {
"gnews": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "GNEWS_API_KEY", "mcp/gnews"],
"env": {
"GNEWS_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
NPX
{
"mcpServers": {
"gnews": {
"command": "npx",
"args": ["-y", "@bads1de/mcp-server-gnews"],
"env": {
"GNEWS_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Local
{
"mcpServers": {
"gnews": {
"command": "node",
"args": ["path/to/mcp-server-gnews/dist/index.js"],
"env": {
"GNEWS_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Build
Docker build:
# Build the Docker image
docker build -t mcp/gnews:latest .
日本語
# Dockerイメージをビルド
docker build -t mcp/gnews:latest .
Local build and run:
# Install dependencies
npm install
# Build the project
npm run build
日本語
# 依存関係のインストール
npm install
# プロジェクトのビルド
npm run build
Example Queries
Here are some example queries you can use with this server:
-
Search for news about a specific topic:
Search for news about artificial intelligence -
Get top headlines in the technology category:
Get the latest technology headlines -
Search for news in a specific language and country:
Find news about climate change in English from the US -
Get business news with a limit:
Show me the top 3 business headlines
日本語
-
特定のトピックに関するニュースを検索:
人工知能に関するニュースを検索 -
テクノロジーカテゴリのトップヘッドラインを取得:
最新のテクノロジーヘッドラインを取得 -
特定の言語と国のニュースを検索:
米国の英語で気候変動に関するニュースを探す -
上限を指定してビジネスニュースを取得:
ビジネスのトップ3件のヘッドラインを表示
Limitations
- The free plan of GNews API is limited to 100 requests per day
- The free plan does not include full article content
- Commercial use requires a paid subscription
日本語
- GNews API の無料プランは 1 日あたり 100 リクエストに制限されています
- 無料プランには完全な記事コンテンツは含まれません
- 商用利用には有料サブスクリプションが必要です
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License.
日本語
この MCP サーバーは MIT ライセンスの下でライセンスされています。これは、MIT ライセンスの利用規約に従って、ソフトウェアを自由に使用、変更、配布できることを意味します。
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。