Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Article Scraper

FreeNot checked

Enables fetching and parsing news articles from URLs, extracting title, text, author, and publication date.

GitHubEmbed

About

Enables fetching and parsing news articles from URLs, extracting title, text, author, and publication date.

README

A Model Context Protocol (MCP) server that fetches article data from URLs using newspaper3k.

Features

  • Extract article title, text, author, and publication date
  • Robust error handling and URL validation
  • Structured data output
  • Built with FastMCP for easy integration

Installation

Install directly from PyPI:

uvx article-scraper-mcp

Usage

Add to your MCP client configuration:

{
  "mcpServers": {
    "article-scraper": {
      "command": "uvx",
      "args": ["article-scraper-mcp"]
    }
  }
}

API

fetch_article(url: str) -> dict[str, Any]

Fetches and parses a news article from the given URL.

Parameters:

  • url: The URL of the news article to fetch

Returns: A dictionary containing:

  • title: Article title
  • text: Article content text
  • author: Author name(s) (may be None)
  • date: Publication date in ISO format (may be None)

Raises:

  • ValueError: If URL is invalid or article cannot be parsed
  • requests.RequestException: If HTTP request fails

Requirements

  • Python 3.11+
  • newspaper3k
  • requests
  • loguru
  • mcp[cli]

License

MIT

from github.com/dmitriiweb/article-scraper-mcp

Install Article Scraper in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install article-scraper-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add article-scraper-mcp -- uvx article-scraper-mcp

FAQ

Is Article Scraper MCP free?

Yes, Article Scraper MCP is free — one-click install via Unyly at no cost.

Does Article Scraper need an API key?

No, Article Scraper runs without API keys or environment variables.

Is Article Scraper hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Article Scraper in Claude Desktop, Claude Code or Cursor?

Open Article Scraper on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Article Scraper with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs