
mcp-gnews
By algonacci
GitHub
MCP server to give client the ability to searching related news on the internet
Overview
what is mcp-gnews?
MCP-gnews is a server application that enables clients to search for related news articles on the internet.
how to use mcp-gnews?
To use mcp-gnews, you need to add specific configuration settings to your MCP config file, which allows the server to run and process news search queries.
key features of mcp-gnews?
- Ability to search for related news articles from various sources on the internet.
- Easy integration with existing MCP configurations.
- Written in Python, making it accessible for developers familiar with the language.
use cases of mcp-gnews?
- Finding the latest news articles on specific topics.
- Integrating news search functionality into applications that require real-time information.
- Assisting researchers in gathering news data for analysis.
FAQ from mcp-gnews?
- What programming language is mcp-gnews written in?
mcp-gnews is written in Python.
- Is there a license for mcp-gnews?
Yes, it is licensed under the MIT license.
- How can I contribute to mcp-gnews?
You can contribute by visiting the GitHub repository and submitting pull requests.
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"
]
}
}
}
No tools information available.
No content found.