Skip to content

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

License

Notifications You must be signed in to change notification settings

protagolabs/server-google-news

 
 

Repository files navigation

Google News MCP Server

A Model Context Protocol (MCP) server for Google News search via SerpAPI.

🚀 Quick Start

Run with npx

npx @netmind/google-news-server

Development Setup

  1. Install dependencies:
npm install
  1. Build the server:
npm run build
  1. Start the server:
npm start

🔧 MCP Configuration

Add to your claude_desktop_config.json:

"google-news": {
  "command": "npx",
  "args": ["@netmind/google-news-server"],
  "env": {
    "SERP_API_KEY": "your-api-key"
  }
}

📝 License

MIT

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.0%
  • TypeScript 24.9%
  • Dockerfile 7.1%