- mcp-gnews
created by
algonacci15 hours ago
MCP server to give client the ability to searching related news on the internet
Information
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"
]
}
}
}
Recommended Servers
Perplexity Web Search MCP ServerA perplexity MCP server

Mcp Server RagdocsAn MCP server that provides tools for retrieving and processing documentation through vector search, both locally or hosted. Enabling AI assistants to augment their responses with relevant documentation context.

MongoDB LensFull featured MCP Server for MongoDB database analysis.
Nuanced MCP ServerA Model Context Protocol (MCP) server that provides call graph analysis capabilities to LLMs through the nuanced library
mcp-deepresearchlocal mcp server perplexity

GithubMCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.
Most Popular Model Context Protocol (MCP) ServersA curated list of the most popular Model Context Protocol (MCP) servers based on usage data from Smithery.ai

ChatSumQuery and Summarize your chat messages.

Microsoft SQL Server MCP Server (MSSQL)MS SQL MCP Server
An easy-to-use bridge that lets AI assistants like Claude directly query and explore Microsoft SQL Server databases. No coding experience required!
What Does This Tool Do?
This tool allows AI assistants to:
Discover tables in your SQL Server database
View table structures (columns, data types, etc.)
Execute read-only SQL queries safely
Generate SQL queries from natural language requests
Template for MCP Server