news article extractor for Gemini CLI
io.github.dataleadspro/news-article-extractor
Extract clean article text, titles, and metadata from news URLs - ready for NLP pipelines.
client:Gemini CLI
transport:streamable-http
tools:1
Install news article extractor in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"news-article-extractor": {
"httpUrl": "https://data.dataleads.pro/mcp/news-article-extractor"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs