news article extractor for Claude Desktop
io.github.dataleadspro/news-article-extractor
Extract clean article text, titles, and metadata from news URLs - ready for NLP pipelines.
client:Claude Desktop
transport:streamable-http
tools:1
Install news article extractor in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"news-article-extractor": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://data.dataleads.pro/mcp/news-article-extractor"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs