MCP.so
Sign In

MCP Gnews

@algonacci

About MCP Gnews

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

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

algonacci

Submitted by

Algonacci Dev

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Gnews?

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

How to use MCP Gnews?

Add the provided JSON configuration to your MCP client’s config file, pointing uv to the server’s directory and running main.py.

Key features of MCP Gnews

  • Enables news searching via MCP protocol

Use cases of MCP Gnews

  • Searching for news articles from an MCP‑compatible client

FAQ from MCP Gnews

What runtime does MCP Gnews require?

How is MCP Gnews configured?

Can I use MCP Gnews without uv?

Comments

More Other MCP servers