claude-news
Claude Real Time News Popy21/claude-news-mcp https://claudenews.online/api/mcp
README
Claude News — MCP server
A hosted Model Context Protocol server over a continuously-updated corpus of Claude & Anthropic news (models, Claude Code, research, safety, business). Give your own Claude the tools to search the news and answer with cited sources — free, no API key.
- Homepage: https://claudenews.online
- MCP endpoint (Streamable HTTP):
https://claudenews.online/api/mcp - Auth: none
- Tools:
search_news(query, limit),recent_news(limit)
Add it to your client
Claude Desktop / Claude Code (claude_desktop_config.json or .mcp.json):
{
"mcpServers": {
"claude-news": {
"type": "http",
"url": "https://claudenews.online/api/mcp"
}
}
}
Claude Code (CLI):
claude mcp add --transport http claude-news https://claudenews.online/api/mcp
claude.ai → Settings → Connectors → Add custom connector → URL:
https://claudenews.online/api/mcp
Tools
| Tool | Arguments | Returns |
|---|---|---|
search_news |
query (string), limit (int, optional) |
Matching news items with title, source URL and summary |
recent_news |
limit (int, optional) |
The most recent items from the feed |
Ask your Claude things like "what's new with Claude Opus this week?" and it will query the corpus and cite the original sources.
Also free
- Public JSON API:
https://claudenews.online/api/search?q=Claude+Opus&limit=8 - RSS:
https://claudenews.online/feed.xml - Embeddable widget:
https://claudenews.online/widget
About
Claude News is an independent media outlet published by Héra SASU, not affiliated with Anthropic. "Claude" and "Anthropic" belong to their respective owners.
Run locally (stdio)
If your MCP client doesn't support remote (Streamable HTTP) servers, this repo is also a runnable stdio bridge to the same corpus:
npx -y claude-news-mcp # once published to npm, or:
git clone https://github.com/Popy21/claude-news-mcp && cd claude-news-mcp
npm install && node src/index.js
Claude Desktop / Claude Code (claude_desktop_config.json or .mcp.json):
{
"mcpServers": {
"claude-news": {
"command": "npx",
"args": ["-y", "claude-news-mcp"]
}
}
}
Docker:
docker build -t claude-news-mcp . && docker run -i --rm claude-news-mcp
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.