Korean news aggregator - Naver, Google News, Daum trends in real-time
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"korean-news": {
"args": [
"/path/to/korean-news-mcp/server.py"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
git clone https://github.com/SongT-50/korean-news-mcp.git pip install -r requirements.txt
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.
MCP Security Weekly
Get CVE alerts and security updates for io.github.SongT-50/korean-news-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
한국 뉴스와 글로벌 AI/테크 뉴스를 AI에게 연결합니다
API 키 없이 바로 사용 가능
AI에게 뉴스를 물어보세요. API 키 없이 바로 작동합니다.
"오늘 한국 뉴스 알려줘"
"AI 최신 뉴스 검색해줘"
"Claude 관련 뉴스 찾아줘"
"오늘 뉴스 브리핑 해줘"
"이 기사 읽어줘: https://..."
"지금 트렌딩 뉴스 뭐야"
| 도구 | 설명 |
|---|---|
korean_news | 한국 뉴스 카테고리별 조회 (속보/정치/경제/사회/IT/세계/연예/스포츠) |
tech_news | 글로벌 AI/테크 뉴스 (AI/Claude/OpenAI/MCP/스타트업/개발/클라우드) |
news_search | 키워드 뉴스 검색 (한국어/영어) |
trending | 실시간 트렌딩 뉴스 (한국/글로벌테크) |
read_article | 기사 URL 본문 읽기 |
daily_briefing | 종합 뉴스 브리핑 (한국 + AI + Claude) |
git clone https://github.com/SongT-50/korean-news-mcp.git
cd korean-news-mcp
pip install -r requirements.txt
# API 키 불필요 — 바로 등록
claude mcp add korean-news -- python server.py
{
"mcpServers": {
"korean-news": {
"command": "python",
"args": ["/path/to/korean-news-mcp/server.py"]
}
}
}
Render에 배포된 서버를 바로 사용할 수 있습니다.
# Claude Code
claude mcp add korean-news --transport streamable-http https://korean-news-mcp.onrender.com/mcp
// Claude Desktop
{
"mcpServers": {
"korean-news": {
"transport": "streamable-http",
"url": "https://korean-news-mcp.onrender.com/mcp"
}
}
}
무료 Render 인스턴스는 비활성 시 슬립됩니다. 첫 요청에 30~60초 걸릴 수 있습니다.
"오늘 IT 뉴스 5개만"
"경제 뉴스 알려줘"
"연예 뉴스 최신 3개"
"Claude 최신 뉴스"
"OpenAI 관련 소식"
"MCP 서버 관련 뉴스"
"바이브코딩 뉴스 검색"
"삼성전자 관련 기사"
"오늘 뉴스 브리핑 해줘"
"트렌딩 뉴스 뭐야"
"이 기사 요약해줘: https://news.example.com/article"
| 항목 | 기술 |
|---|---|
| 언어 | Python 3.10+ |
| MCP SDK | mcp[cli] (FastMCP) |
| RSS | feedparser |
| 스크래핑 | beautifulsoup4 + httpx |
| 전송 | stdio / streamable-http |
korean-news-mcp/
├── server.py # MCP 서버 (6개 도구)
├── src/ # 소스 모듈
├── docs/ # 문서
├── requirements.txt # Python 의존성
├── mcpize.yaml # MCPize 배포 설정
├── Dockerfile # 컨테이너 배포
└── README.md # 이 문서
MIT License
삽질코딩 — AI 코딩으로 실제 제품을 만드는 기록