An open API service indexing awesome lists of open source software.

https://github.com/algonacci/mcp-gnews

MCP server to give client the ability to searching related news on the internet
https://github.com/algonacci/mcp-gnews

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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"
]
}
}
}
```