news article extractor for VS Code
io.github.dataleadspro/news-article-extractor
Extract clean article text, titles, and metadata from news URLs - ready for NLP pipelines.
client:VS Code
transport:streamable-http
tools:1
Install news article extractor in VS Code
.vscode/mcp.json
{
"servers": {
"news-article-extractor": {
"type": "http",
"url": "https://data.dataleads.pro/mcp/news-article-extractor"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs