@netmind/google-news-server
v1.0.1
Published
MCP server for Google News search via SerpAPI
Readme
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-serverDevelopment Setup
- Install dependencies:
npm install- Build the server:
npm run build- 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
