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 an MCP server designed to enable clients to search for related news on the internet.

Use cases

Use cases for mcp-gnews include news monitoring for businesses, academic research on current events, and personal news tracking for enthusiasts.

How to use

To use mcp-gnews, add the specified configuration to your MCP config file, which includes setting the command and arguments to run the server.

Key features

Key features of mcp-gnews include the ability to search for news articles, integration with the MCP framework, and ease of configuration.

Where to use

mcp-gnews can be used in various fields such as journalism, research, and any domain requiring news aggregation and analysis.

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