4 months ago
A Model Context Protocol (MCP) server that fetches article data from URLs using newspaper3k.
Server Config
{
"mcpServers": {
"article-scraper": {
"command": "uvx",
"args": [
"article-scraper-mcp"
]
}
}
}