Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

AI News Aggregator

БесплатноНе проверен

MCP server that aggregates AI news, academic papers from ArXiv, and trending GitHub repositories from multiple sources, enabling users to fetch, search, and fil

GitHubEmbed

Описание

MCP server that aggregates AI news, academic papers from ArXiv, and trending GitHub repositories from multiple sources, enabling users to fetch, search, and filter recent AI content via natural language.

README

Agregador de notícias de IA, papers acadêmicos e repositórios trending de 10 fontes confiáveis.

API Status Python License


Quick Start

Usar API (sem instalação):

curl "https://mcp-ai-news.onrender.com/news?days=7&limit=5"

Instalar MCP para Claude Code:

git clone https://github.com/LauraMattz/mcp_ai_news.git && cd mcp_ai_news
pip install -r requirements.txt
# Recarregue Claude Code (Ctrl+Shift+P → Reload Window)

API Pública

Base: https://mcp-ai-news.onrender.com | Docs: Swagger UI

Endpoint Descrição
/news?days=7&limit=10 Todas as notícias
/search?q=GPT Busca por palavra-chave
/papers?days=7 Papers do ArXiv
/github?days=7 Repos trending

Fontes: OpenAI, Anthropic, Google AI, DeepMind, Hugging Face, MIT Tech Review, TechCrunch, The Verge, ArXiv (cs.AI/cs.LG/cs.CL/cs.CV/stat.ML), GitHub

Features: Cache 15 min • CORS habilitado • Gratuito • ~180+ itens agregados


Instalação

MCP Server (Claude Code)

O .mcp.json já está configurado na raiz do projeto. Após git clone e pip install, apenas recarregue Claude Code.

Para Claude Desktop: Adicione ao claude_desktop_config.json (Windows/Mac/Linux paths):

{
  "mcpServers": {
    "ai-news": {
      "command": "python",
      "args": ["/caminho/completo/para/server.py"]
    }
  }
}

REST API (Local)

python api.py
# Acesse: http://localhost:8000/docs

Uso

MCP (Claude Code/Desktop):

"Liste as últimas notícias de IA"
"Busque conteúdo sobre transformers"
"Mostre papers do ArXiv sobre computer vision"

API REST:

curl "https://mcp-ai-news.onrender.com/news?days=7&limit=20"
curl "https://mcp-ai-news.onrender.com/search?q=GPT&days=14"
curl "https://mcp-ai-news.onrender.com/papers?days=3&max_results=10"

Documentação completa: Swagger UIReDoc


Desenvolvimento

Adicionar fonte RSS:

# Em server.py e api.py
FONTES_RSS["nova_fonte"] = {
    "nome": "Nome", "url": "https://...", "ativa": True
}

Testar:

python server.py  # MCP Server
python api.py     # REST API → http://localhost:8000/docs
npx @modelcontextprotocol/inspector python server.py  # MCP Inspector

Estrutura:

├── server.py      # MCP Server (stdio)
├── api.py         # REST API (FastAPI)
├── .mcp.json      # Config Claude Code
└── render.yaml    # Deploy config

Licença

MIT License - Ver LICENSE

Desenvolvido por Laura MattosLinkedIn

Stack: MCPFastAPIArXiv API

from github.com/LauraMattz/mcp_ai_news

Установка AI News Aggregator

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/LauraMattz/mcp_ai_news

FAQ

AI News Aggregator MCP бесплатный?

Да, AI News Aggregator MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для AI News Aggregator?

Нет, AI News Aggregator работает без API-ключей и переменных окружения.

AI News Aggregator — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить AI News Aggregator в Claude Desktop, Claude Code или Cursor?

Открой AI News Aggregator на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare AI News Aggregator with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development