MCP.so
登录
R

Resume News

@samuelsan95

关于 Resume News

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.

基本信息

分类

其他

传输方式

stdio

发布者

samuelsan95

提交者

Samuelsan95

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "resume-news": {
      "command": "npx",
      "args": [
        "-y",
        "resume-news-mcp"
      ]
    }
  }
}

工具

4

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

概览

What is Resume News?

Resume News is an MCP server that fetches daily news summaries from multiple RSS feeds. Users configure their preferred news sources and ask Claude for a summary of today’s news. It is built for anyone who wants a quick, curated daily news briefing via an MCP client like Claude Desktop.

How to use Resume News?

Install the server by adding it to your claude_desktop_config.json using npx -y resume-news-mcp. Once installed, you can use natural language with Claude (e.g., “Add Marca with this RSS: https://www.marca.com” or “Give me today’s news summary”). The server provides four tools: get_daily_news, add_news_source, remove_news_source, and list_news_sources.

Key features of Resume News

  • Fetches headlines and summaries from configured RSS feeds
  • Add news sources by providing their RSS URLs
  • Remove news sources by name
  • List all configured news sources
  • Persistent configuration saved to ~/.config/resume-news-mcp/sources.json
  • No external API key required (relies on RSS feeds)

Use cases of Resume News

  • Get a daily news summary from multiple sources with one command
  • Curate a personalized set of news sources (e.g., BBC, The Guardian, Reuters)
  • Stay informed without switching between many websites or apps

FAQ from Resume News

What is Resume News and how does it work?

Resume News fetches headlines and summaries from RSS feeds you configure. You can add, remove, and list sources, and request a daily summary. Configuration persists across sessions.

How do I add a news source?

Use the add_news_source tool or tell Claude something like “Add Marca with this RSS: https://www.marca.com”. The server will parse the RSS URL and include it in your daily summary.

Where is my configuration stored?

Your configured RSS sources are saved to ~/.config/resume-news-mcp/sources.json and persist across sessions.

What are the system requirements?

Node.js version 18 or higher is required.

How do I install Resume News?

Add the server to your

评论

其他 分类下的更多 MCP 服务器