newspaper-mcp
Officialnewspaper-mcp
LLM 에이전트를 위한 도구로 newspaper4k의 뉴스 기사 발견 및 추출 기능을 노출하는 MCP 서버입니다. 공식 MCP Python SDK v2로 구축되었습니다.
Tools
Tool | Description |
| 단일 기사 다운로드 및 파싱 (제목, 저자, 본문, 이미지, NLP) |
| 여러 기사 URL을 동시에 다운로드하고 파싱 |
| 뉴스 사이트 홈페이지를 크롤링하여 브랜드 정보, 카테고리, 피드, 기사 탐색 |
| 소스에서 발견된 기사 URL/제목을 페이지네이션과 함께 나열 |
| 키워드/주제/사이트/위치로 Google News 검색 ( |
| 원시 HTML 또는 URL에서 텍스트만 빠르게 추출, 메타데이터/NLP 미포함 |
| 다운로드 + NLP 실행: 점수가 있는 키워드와 추출식 요약 생성 |
| 소스의 섹션/카테고리 URL 목록 |
| 소스의 RSS/Atom 피드 URL 나열 |
Related MCP server: AllNewsAPI MCP
Setup
이 패키지는 저장소 루트의 로컬 newspaper4k 체크아웃(pyprojecty.toml의 tool.uv.sources를 통해)에 의존하므로, 항상 개발 중인 버전의 라이브러리를 사용합니다.
cd newspaper_mcp
uv syncRun
uv run newspaper-mcp # stdio transport (default)
uv run mcp dev src/newspaper_mcp/server.py # MCP InspectorMCP 호스트(예: Claude Desktop)에 추가하려면, 호스트가 stdio 서버로 uv run --directory /path/to/newspaper_mcp newspaper_mcp를 가리키게 하세요.
Notes
search_news는 선택적인gnews패키지가 필요하며,pyproject.toml에 선언된newspaper4k[gnews]추가를 통해 이미 포함되어 있습니다.NLP 기능(
nlp(), 키워드 추출, 요약)은nltk가 필요하며,newspaper4k[nlp]추가를 통해 받아집니다. 첫 사용 시nltk가 자체punkt토크나이저 데이터를 다운로드해야 할 수 있습니다.모든 도구는 대상 뉴스 사이트에 실시간 네트워크 요청을 수행하며, 호출 간 캐싱은 없습니다.
모든 도구는 대상 뉴스 사이트에 실시간 네트워크 요청을 수행하며, 호출 간 캐싱은 없습니다.
모든 도구는 대상 뉴스 사이트에 실시간 네트워크 요청을 수행하며, 호출 간 캐싱은 없습니다.
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