claude-news
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/mcpAuth: 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/mcpclaude.ai → Settings → Connectors → Add custom connector → URL:
https://claudenews.online/api/mcp
Related MCP server: overtone-news-mcp
Tools
Tool | Arguments | Returns |
|
| Matching news items with title, source URL and summary |
|
| 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=8RSS:
https://claudenews.online/feed.xmlEmbeddable 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.jsClaude 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-mcpThis server cannot be deployed
Maintenance
Related MCP Connectors
GNews MCP — Global news search via GNews API (gnews.io)
Dive into the latest and greatest from the tech world with our Hacker News MCP server.
Real-time Claude & Anthropic news from your own Claude — free, no API key.
Related MCP Servers
- AlicenseDqualityFmaintenanceMCP server that provides Claude AI assistants with the ability to search the web, get news, and perform research using the You.com API.42MIT
- AlicenseAqualityDmaintenanceAn MCP server that gives any agent real-time news plus the contextual intelligence to use it well — tone distribution, emerging stories, narrative shifts, spike alerts, and tone-over-time charts — powered by Overtone's publisher network. Works with any MCP-compatible client: Claude Desktop, Claude Code, Cursor, Windsurf, Codex, Kimi K2, and more.736 PyPI1MIT
- FlicenseNot gradedqualityDmaintenanceAn 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.-
- FlicenseAqualityDmaintenanceMCP server for fetching latest news from global sources across categories like world, tech, business, science, sports, entertainment, and Japan, without requiring an API key.3-