MCP Catalogs
Homeserver-google-news screenshot

server-google-news

by ChanMeng666·122·Score 47

MCP server providing Google News search via SerpAPI with automatic categorization and multi-language support.

searchai-llmmedia
21
Forks
2
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

A well-implemented MCP server that integrates with SerpAPI to provide comprehensive Google News search capabilities. It features automatic news categorization into topics like AI & Technology, Business, Science & Research, and Healthcare. The server supports multiple languages and regions with flexible search options including query-based search, topic filtering, and publication filtering. It includes robust error handling and returns structured data optimized for AI processing.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI agents researching current events across multiple industries and topics
you:News monitoring and content aggregation for businesses and researchers
you:Multi-language news search with automatic categorization for better content organization
you:What API key do I need to use this server?
you:What rate limits does this server have?

When to choose this

Choose this MCP server when you need reliable, categorized news search with multi-language support and are willing to work with SerpAPI's pricing model.

When NOT to choose this

Don't choose this if you need free unlimited news searches, as SerpAPI has usage limits and requires payment for higher volumes.

Tools this server exposes

1 tool extracted from the README
  • google_news_searchq?: string, gl?: string, hl?: string, topic_token?: string, publication_token?: string, story_token?: string, section_token?: string

    Search Google News with customizable filters for language, region, topics, publications, and specific stories

Comparable tools

mcp-serpapinews-api-mcpweb-scraper-mcp

Installation

Installation

Installing via Smithery

npx -y @smithery/cli install @chanmeng666/google-news-server --client claude

Installing via mcp-get

npx @michaellatman/mcp-get@latest install @chanmeng666/google-news-server

Manual Installation

npm install @chanmeng666/google-news-server

Claude Desktop Configuration

Add to your claude_desktop_config.json:

"google-news": {
  "command": "node",
  "args": [
    "path/to/node_modules/@chanmeng666/google-news-server/dist/index.js"
  ],
  "env": {
    "SERP_API_KEY": "your-api-key"
  }
}

FAQ

What API key do I need to use this server?
You need a SerpAPI key from https://serpapi.com/. New users get 250 free API calls per month.
What rate limits does this server have?
The server respects SerpAPI's rate limits: 2 requests/second, 5 concurrent requests, and response cache time of 1 hour.

Compare server-google-news with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.