server-google-news
by ChanMeng666·★ 122·Score 47
MCP server providing Google News search via SerpAPI with automatic categorization and multi-language support.
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:
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 READMEgoogle_news_searchq?: string, gl?: string, hl?: string, topic_token?: string, publication_token?: string, story_token?: string, section_token?: stringSearch Google News with customizable filters for language, region, topics, publications, and specific stories
Comparable tools
Installation
Installation
Installing via Smithery
npx -y @smithery/cli install @chanmeng666/google-news-server --client claudeInstalling via mcp-get
npx @michaellatman/mcp-get@latest install @chanmeng666/google-news-serverManual Installation
npm install @chanmeng666/google-news-serverClaude 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
Last updated · Auto-generated from public README + GitHub signals.