A Model Context Protocol (MCP) server for Google News search via SerpAPI.
npx @netmind/google-news-server
- Install dependencies:
npm install
- Build the server:
npm run build
- Start the server:
npm start
Add to your claude_desktop_config.json
:
"google-news": {
"command": "npx",
"args": ["@netmind/google-news-server"],
"env": {
"SERP_API_KEY": "your-api-key"
}
}
MIT