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: You.com MCP Server
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 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
- Mozilla Public 2.0
- AlicenseDqualityDmaintenanceMCP server that provides Claude AI assistants with the ability to search the web, get news, and perform research using the You.com API.Last updated42MIT
- 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.Last updated71MIT
- 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.Last updated
Related MCP Connectors
World News Feeds MCP.
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
NewsData.io MCP — wraps the NewsData.io global news API (newsdata.io)
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/Popy21/claude-news-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server