MCP Catalogs
Homezenfeed screenshot

zenfeed

by glidea·1,677·Score 54

An AI-powered RSS reader that can function as an MCP server for intelligent feed management.

ai-llmproductivitycommunication
104
Forks
14
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

Zenfeed is an intelligent RSS reader and information management system that combines AI capabilities with traditional RSS feeds. It can be configured as an MCP server, exposing tools for querying RSS feeds, monitoring web content, and generating AI summaries. The project features a flexible pipeline processing mechanism that allows users to customize how content is scored, categorized, summarized, and filtered. It supports multiple AI backends and offers extensive configuration options through declarative YAML files.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Personal information management with AI-powered RSS feed summarization
you:Web content monitoring with custom rules and notifications
you:MCP integration for AI assistants to access RSS feeds
you:What AI models does Zenfeed support?
you:Can I deploy Zenfeed publicly?

When to choose this

Choose zenfeed as your MCP server when you need an AI-powered information processing system that can monitor multiple RSS feeds, filter content based on custom rules, and deliver personalized briefings or notifications.

When NOT to choose this

Avoid zenfeed if you need a system with robust authentication mechanisms, as it currently lacks security features and isn't recommended for public deployment without proper firewall configuration.

Tools this server exposes

5 tools extracted from the README
  • add_rss_source

    Add a new RSS feed source to the system

  • query_feeds

    Search and retrieve content from your RSS feeds

  • create_daily_brief

    Generate a daily summary of your subscribed feeds

  • monitor_topic

    Set up monitoring for specific topics across feeds

  • export_rss

    Export your feeds or feed content as RSS

Comparable tools

rss-mcpfeed-mcpllm-rss-processorinformation-automation-tool

Installation

Docker Installation

curl -L -O https://raw.githubusercontent.com/glidea/zenfeed/main/docker-compose.yml
API_KEY="sk-..." docker-compose -p zenfeed up -d

MCP Configuration (Cherry Studio)

{
  "mcpServers": {
    "zenfeed": {
      "command": "docker",
      "args": ["run", "-p", "1301:1301", "glidea/zenfeed:latest"],
      "env": {
        "API_KEY": "your_api_key_here"
      }
    }
  }
}

FAQ

What AI models does Zenfeed support?
By default, it uses models from SiliconFlow (Qwen/Qwen3-8B and Qwen/Qwen3-Embedding-4B), but it can be configured to work with other providers like Gemini 2.5.
Can I deploy Zenfeed publicly?
Yes, but you should configure security group rules to only allow trusted IPs since it has no authentication mechanism and exposing API keys could be a security risk.

Compare zenfeed with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.