newspaper-mcp
OfficialNo wait. The actual input was:
"# newspaper-mcp
An MCP server that exposes newspaper4k's news article discovery and extraction capabilities as tools for LLM agents. Built with the official MCP Python SDK v2.
Tools
Tool | Description |
| Download and open a single article (title, authors, text, images, NLP). |
| Download and parse multiple articles URLs concurrently. |
| Crawl a news source's homepage for source info, categories, feeds, articles. |
| List source URLs/titles discovered on a source, with pagination. |
| Search Google News by keyword/topic/site/location (requires |
| Fast text-only extraction from raw HTML or a URL, no metadata/NLP. |
| Download + run NLP: keywords with scores and an extractive summary. |
| List a source's section/category URLs. |
| List a source's RSS/Atom feed URLs. |
Related MCP server: AllNewsAPI MCP
Setup
This package depends on the local newspaper4k checkout at the repository
root (via tool.uv.sources in pyroject.toml), so it always usesthe
in-development version of the library.
cd newspaper_mcp
uv syncRun
uv run newspaper-mcp # stdio transport (default)
uv run mcp dev src/newspaper_mcp/server.py # MCP InspectorTo add it to an MCP host (e.g. Claude Code, Claude Desktop), point the host
at run --directory /path/to/newspaper_mcp newspaper-mcp as a stdio
server.
Notes
search_newsはオプショナルgnewsパッケージを必要とします。Already pulled in via thenewspaper4k[gnews]extra declared inpyproject.toml.NLP features (
nlp(), keyword extraction, summing) requirenltk, pulled in via thenewspaper4k[nlp]extra. On first use,nltkmay need to download itspunkttokenizer data.All tools make live network requests to the target news sites; there is no caching between calls. "
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI agents access to news aggregation from 80,000+ sources via the NewsAPI. Supports both authenticated access with API keys and pay-per-use via HTTP 402 protocol with blockchain payment verification.

AllNewsAPI MCPofficial
FlicenseNot gradedqualityDmaintenanceEnables LLMs to search for news articles, get top headlines, and access comprehensive news data with advanced filtering options through AllNewsAPI.1- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search news articles, get top headlines, and browse sources via the NewsAPI.org service.
- AlicenseNot gradedqualityCmaintenanceEnables fetching top headlines and searching news archives from NewsAPI.org, allowing AI agents to access current and historical news data.MIT
Related MCP Connectors
Real-time corroborated news events + 5-year archive, for agents. Free tier, no key.
Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.
Real-time curated crypto news for AI agents with sentiment, recaps, and search.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AndyTheFactory/newspaper4k-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server