MCP Gnews

MCP Gnews

By algonacci GitHub

-

mcp-gnews news-search
Overview

what is MCP Gnews?

MCP Gnews is a server application that enables clients to search for related news articles on the internet.

how to use MCP Gnews?

To use MCP Gnews, you need to add specific configuration settings to your MCP config file and run the server using the provided command.

key features of MCP Gnews?

  • Ability to search for news articles based on user queries.
  • Integration with MCP framework for seamless operation.
  • Customizable configuration for different user needs.

use cases of MCP Gnews?

  1. Finding the latest news articles on specific topics.
  2. Integrating news search functionality into other applications.
  3. Providing users with real-time news updates based on their interests.

FAQ from MCP Gnews?

  • What is required to run MCP Gnews?

You need to configure your MCP settings and have Python installed to run the server.

  • Can MCP Gnews search for news in multiple languages?

Yes! MCP Gnews can be configured to search for news in various languages depending on the source.

  • Is MCP Gnews free to use?

Yes! MCP Gnews is open-source and free to use.

Content

# mcp-gnews

MCP server to give client the ability to searching related news on the internet

Usage

For this MCP server to work, add the following configuration to your MCP config file:

```json { "mcpServers": { "gnews_search": { "command": "uv", "args": [ "--directory", "%USERPROFILE%/Documents/GitHub/mcp-gnews", "run", "python", "main.py" ] } } } ```

No tools information available.
MCP Gnews
MCP Gnews by algonacci

MCP server to give client the ability to searching related news on the internet

mcp-gnews news-search
View Details