AI News MCP
Ingests recent research papers from arXiv categories cs.AI and cs.LG for AI and machine learning signals.
Ingests blog posts from Hugging Face for AI, ML, and NLP updates.
Ingests AI-related news from TechCrunch for tech and startup coverage.
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 MCPshow me the latest AI news from this week"
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 MCP
Local MCP server and ingestion pipeline for AI, tech, business, and research signals. The V2 goal is to:
ingest recent items from newsletters, feeds, blogs, community streams, and research feeds
normalize them into a shared canonical schema
enrich them into editorial post candidates
support recency-first queries for "latest" workflows
expose MCP tools that let a media agent pull ideas on demand
Current V2 Sources
Enabled now:
TLDR AI
Superhuman AI
TheSequence
TechCrunch AI
Lenny's Newsletter
Hugging Face Blog
Hacker News AI query feed
LessWrong
arXiv cs.AI
arXiv cs.LG
Configured but currently second-wave / disabled:
The Neuron
Turing Post
The Batch
The Pragmatic Engineer
a16z AI
Benedict Evans
Related MCP server: newsapi-mcp
Quick start
Install dependencies:
py -3 -m pip install -e .Refresh the source database:
py -3 scripts\refresh.pySee top stories:
py -3 scripts\demo_top_stories.pyInspect canonical items:
py -3 -c "from pathlib import Path; from ai_news_mcp.service import AiNewsService; s=AiNewsService(Path('.')); print(s.get_canonical_items(10))"Inspect a full cached article with clean text, markdown, and top images:
py -3 -c "from pathlib import Path; from ai_news_mcp.service import AiNewsService; s=AiNewsService(Path('.')); story=s.get_latest_items(limit=1)[0]; print(s.get_article(article_id=story['article_id'], include_images=True, include_markdown=True))"Run the MCP server in the recommended ChatGPT-compatible mode:
py -3 scripts\run_server.pyDefault runtime behavior:
transport:
streamable-httpbind:
0.0.0.0:8081ChatGPT app URL:
https://<your-public-host>/mcp
Optional overrides:
$env:MCP_TRANSPORT = "sse"
$env:MCP_HOST = "0.0.0.0"
$env:MCP_PORT = "8081"
py -3 scripts\run_server.pyNotes:
For ChatGPT Apps / Developer Mode, prefer a public
/mcpendpoint over Streamable HTTP.Use
/sseonly for older SSE clients or debugging.
Notes
V2 prefers RSS/Atom feeds first, then source-specific HTML adapters where needed.
Storage is local SQLite in
data\ai_news.db.Facts are stored in
canonical_items; editorial outputs are stored inpost_candidates.Rich article cache now stores full HTML, clean text, markdown, top-ranked images, content status, and extraction warnings in
article_cache.refresh.pycurrently rebuilds the source pool on each run so old source generations do not pollute newer results.Query tools now support recency, topic, and
categoryfilters for latest-mode workflows.MCP now exposes
get_article(...)so downstream agents can retrieve the full scraped article body and reference images without doing a separate web fetch.
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
- Alicense-qualityBmaintenanceMCP server exposing AFP news content as tools for AI assistants, enabling article search, retrieval, and analysis via natural language.594ISC
- Alicense-qualityCmaintenanceA Model Context Protocol (MCP) server that provides real-time news intelligence using NewsAPI.ai. This server enables LLMs to search articles, track events, and analyze news through natural conversation.441MIT
- Flicense-qualityDmaintenanceMCP server that fetches and filters AI-related news from 20+ RSS feeds with scheduled notifications and email digests.1
- Alicense-qualityBmaintenanceA persistent news intelligence MCP server that enables AI agents to fetch, store, deduplicate, embed, and semantically query news from Google News across 141 countries and 41 languages.3MIT
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
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/ArgusOnline01/ai-news-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server