AI News Aggregator
Provides access to recent academic papers from arXiv in AI/ML categories (cs.AI, cs.LG, cs.CL, cs.CV, stat.ML).
Lists trending AI/ML repositories from GitHub, sorted by stars, covering topics like artificial-intelligence, machine-learning, and LLM.
Aggregates latest blog posts from Google AI, covering topics like Gemini and research advancements.
Aggregates latest news and blog posts from Hugging Face, focusing on open-source models and datasets.
Aggregates latest blog posts from OpenAI, covering topics like GPT, ChatGPT, and DALL-E.
Aggregates latest AI-related news from TechCrunch, covering startups, funding, and market trends.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI News AggregatorShow me the latest AI news and papers."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI News Aggregator
Agregador de notícias de IA, papers acadêmicos e repositórios trending de 10 fontes confiáveis.
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)Related MCP server: NewsIQ MCP
API Pública
Base: https://mcp-ai-news.onrender.com | Docs: Swagger UI
Endpoint | Descrição |
Todas as notícias | |
Busca por palavra-chave | |
Papers do ArXiv | |
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/docsUso
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 UI • ReDoc
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 InspectorEstrutura:
├── server.py # MCP Server (stdio)
├── api.py # REST API (FastAPI)
├── .mcp.json # Config Claude Code
└── render.yaml # Deploy configLicença
MIT License - Ver LICENSE
Desenvolvido por Laura Mattos • LinkedIn
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceAn MCP server that fetches RSS feeds and shares them with LLMs, allowing AI assistants to access and present the latest news and articles from configured feeds.19
- Flicense-qualityCmaintenanceAn AI-powered news aggregator MCP server that fetches live news from multiple sources, provides AI summaries via Claude, and performs sentiment analysis and trending topic detection.
- Flicense-qualityDmaintenanceMCP server that fetches and filters AI-related news from 20+ RSS feeds with scheduled notifications and email digests.1
- Flicense-qualityBmaintenanceAn MCP server providing real-time access to tech news from Hacker News, GitHub trending repositories, ArXiv papers, and dev.to articles, with capabilities for deep dives and cross-source comparisons.
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
An MCP server that gives your AI access to the source code and docs of all public github repos
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/LauraMattz/mcp_ai_news'
If you have feedback or need assistance with the MCP directory API, please join our Discord server