mcp-gnews
1
The mcp-gnews project is an MCP server that enables clients to search for related news on the internet. It requires specific configuration to function within the MCP framework.
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"
]
}
}
}