resume-news-mcp
Fetches and summarizes news articles from The Guardian's RSS feed.
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., "@resume-news-mcpget today's news summary"
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.
resume-news-mcp
MCP server to get a daily news summary from multiple RSS feeds. Configure your favorite news sources and ask Claude for a summary of today's news.
Tools
Tool | Description |
| Fetches headlines and summaries from all configured sources |
| Adds a news source by its RSS URL |
| Removes a news source by name |
| Lists all configured news sources |
Related MCP server: rss-news
Installation
Claude Desktop
Add this to your claude_desktop_config.json or other Agents settings:
{
"mcpServers": {
"resume-news": {
"command": "npx",
"args": ["-y", "resume-news-mcp"]
}
}
}Usage
Once installed, just talk to Claude:
"Add Marca with this RSS: https://www.marca.com"
"Give me today's news summary"
"Show me only news from BBC and The Guardian"
Persistent configuration
Your configured RSS sources are saved to ~/.config/resume-news-mcp/sources.json and persist across sessions.
Example RSS feeds
Source | RSS URL |
BBC News |
|
The Guardian |
|
Reuters |
|
Hacker News |
|
El País |
|
Requirements
Node.js >= 18
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.
Latest Blog Posts
- 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/samuelsan95/mcp-resume-news'
If you have feedback or need assistance with the MCP directory API, please join our Discord server