【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"server-google-news": {
"command": "npx",
"args": [
"-y",
"ChanMeng666/server-google-news"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add server-google-news npx -y ChanMeng666/server-google-news
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"server-google-news": {
"command": "npx",
"args": [
"-y",
"ChanMeng666/server-google-news"
]
}
}
}
📋 Copy
README Excerpt
<div align="center"> <h1><img src="public/server-google-news.svg" width="80px"><br/>Google News MCP Server</h1> <a href="https://github.com/ChanMeng666/server-google-news/stargazers"><img src="https://img.shields.io/github/stars/ChanMeng666/server-google-news.svg?style=social"></a> <img src="https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white"/>
Tools (5)
google_news_search publication_token section_token story_token topic_token
Topics
ai claude claude-desktop google-news-api mcp mcp-server modelcontextprotocol news-aggregation news-search nodejs serpapi typescript