MCP ExplorerExplorer

Mcp Gnews

@algonaccion 9 months ago
1 MIT
FreeCommunity
AI Systems
MCP server to give client the ability to searching related news on the internet

Overview

What is Mcp Gnews

MCP-Gnews is a server designed to enable clients to search for related news on the internet, providing a streamlined way to access news articles and updates.

Use cases

Use cases for MCP-Gnews include news aggregation for media outlets, real-time news monitoring for businesses, and academic research requiring current events analysis.

How to use

To use MCP-Gnews, you need to add specific configuration settings to your MCP config file, which includes defining the server command and arguments to run the application.

Key features

Key features of MCP-Gnews include the ability to search for news articles, customizable search parameters, and integration with existing MCP infrastructure.

Where to use

MCP-Gnews can be used in various fields such as journalism, research, and any domain where timely news updates are crucial.

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:

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers