All servers

server-google-news

TypeScript

ChanMeng666

【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.

124Pushed 6/18/2026View on GitHub
70

Score Breakdown

Authentication15/30
Static Analysis25/25
Dependencies20/20
Behavior0/15
Maintenance10/10

Authentication

Tier C — API Key

Static API key or bearer token. Basic authentication — key may be long-lived.

Last scanned 6/18/2026

Claude Desktop Config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "server-google-news": {
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/ChanMeng666/server-google-news"
      ]
    }
  }
}

Refer to the repo README for exact installation instructions.