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
- Host: GitHub
- URL: https://github.com/algonacci/mcp-gnews
- Owner: algonacci
- License: mit
- Created: 2025-03-06T08:02:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T08:04:44.000Z (7 months ago)
- Last Synced: 2025-06-26T10:08:33.156Z (3 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **mcp-gnews** - MCP server to give client the ability to searching related news on the internet `python` `mcp` `server` `pip install git+https://github.com/algonacci/mcp-gnews` (AI/ML)
- awesome-mcp-servers - **mcp-gnews** - MCP server to give client the ability to searching related news on the internet `python` `mcp` `server` `pip install git+https://github.com/algonacci/mcp-gnews` (AI/ML)
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"
]
}
}
}
```