Awesome MCPOther MCP Servers

ChanMeng666/server-google-news

⭐ 129 JavaScript added to this list on 2025-05-06 repository created 2024-12-29

Google News MCP Server is a Node and TypeScript implementation that gives MCP clients access to Google News search results through SerpAPI. The server wraps the SerpAPI Google News endpoint and exposes it as MCP tools, so an assistant can run a keyword query, follow a news topic, filter by publication, or retrieve the coverage of a single story. Results come back in several shapes that the server handles distinctly: top headlines, individual stories, related topics and menu links. Beyond passing results through, it sorts them into subject areas such as artificial intelligence and technology, business, science and research, and healthcare, so a client receives grouped rather than flat output. Language and country codes are configurable, which selects the regional edition of Google News; when an unsupported language code is supplied the server falls back to English and says so in the response. Error handling covers API failures and malformed input with explanatory messages. Running it requires a SerpAPI key, which the README explains how to obtain, along with the free tier of 250 searches per month, the paid plans, and the rate limits of two requests per second, five concurrent requests and a one hour response cache. Installation is manual through npm with a build step, or automated through Smithery or mcp-get, and configuration is a standard entry in claude_desktop_config.json passing the SERP_API_KEY environment variable. The repository also includes an evals package built on mcp-eval that runs a client against the server source directly, without rebuilding, for regression testing. The README additionally documents a workaround for connection problems between MCP clients and servers installed under nvm. It suits users who want current news retrieval inside an assistant without writing SerpAPI code themselves.

https://github.com/ChanMeng666/server-google-news

google-newsserpapinewssearchtypescriptsmithery

Also in Other MCP Servers

microsoft/markitdown

MarkItDown is a Python tool that converts various file formats into Markdown and integrates with LLM applications via an MCP server for enhanced text analysis and document processing.

punkpeye/awesome-mcp-servers

A curated collection of Model Context Protocol (MCP) servers that enable AI models to securely interact with local and remote resources through standardized server implementations.

modelcontextprotocol/servers

The Model Context Protocol Servers repository offers reference implementations and third-party integrations that demonstrate how MCP enables Large Language Models to securely access and interact with diverse tools and data sources.

koala73/worldmonitor

World Monitor is an AI-powered, real-time global intelligence dashboard aggregating news and monitoring geopolitical and infrastructure data for unified situational awareness.

headroomlabs-ai/headroom

Headroom is a context compression layer for AI agents, reducing token usage by 60-95% while preserving accuracy, implemented as a library, proxy, and MCP server.

diegosouzapw/OmniRoute

OmniRoute is a free AI gateway that connects various AI tools and models from over 230 providers through a single endpoint, featuring token compression, smart auto-fallback, and support for Model C...

rohitg00/ai-engineering-from-scratch

This comprehensive curriculum teaches AI engineering from scratch, focusing on building AI algorithms, agents, and MCP servers hands-on, covering everything from mathematical foundations to autonom...

every-app/open-seo

Open source, self-hostable SEO platform that exposes its keyword, rank, backlink and site-audit data to AI agents through an MCP server and a set of companion agent skills.