
zenfeed
by glidea·★ 1,677·Score 54
An AI-powered RSS reader that can function as an MCP server for intelligent feed management.
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:
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 READMEadd_rss_sourceAdd a new RSS feed source to the system
query_feedsSearch and retrieve content from your RSS feeds
create_daily_briefGenerate a daily summary of your subscribed feeds
monitor_topicSet up monitoring for specific topics across feeds
export_rssExport your feeds or feed content as RSS
Comparable tools
Installation
Docker Installation
curl -L -O https://raw.githubusercontent.com/glidea/zenfeed/main/docker-compose.yml
API_KEY="sk-..." docker-compose -p zenfeed up -dMCP 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
Last updated · Auto-generated from public README + GitHub signals.