Zenfeed

v1.0.0Search & Data Extractionstable

Make RSS 📰 great again with AI 🧠✨!! [作者新开的Gpt模型中转站 - 0.2 倍率, 0.2元当1刀花,比官方便宜35倍 https://token.glidea.app]

aideepseekemailmcpmcp-server
Share:
1,679
Stars
0
Downloads
0
Weekly
0/5

What is Zenfeed?

Zenfeed is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to make rss 📰 great again with ai 🧠✨!! [作者新开的gpt模型中转站 - 0.2 倍率, 0.2元当1刀花,比官方便宜35倍 https://token.glidea.app]

Make RSS 📰 great again with AI 🧠✨!! [作者新开的Gpt模型中转站 - 0.2 倍率, 0.2元当1刀花,比官方便宜35倍 https://token.glidea.app]

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Make RSS 📰 great again with AI 🧠✨!! [作者新开的Gpt模型中转站 - 0.2 倍率,

Use Cases

AI-powered RSS feed reader
Intelligent email and feed aggregation
glidea

Maintainer

LicenseAGPL-3.0
Languagego
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx zenfeed

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Zenfeed

Zenfeed is a self-hosted, AI-powered RSS aggregator and monitoring system that uses large language models to intelligently filter, summarize, classify, and deliver content from RSS feeds — replacing algorithmic feed readers with a configurable, private pipeline you control. It runs as a Docker service and exposes a Model Context Protocol server so AI assistants can query your curated feed content, search articles, and retrieve AI-generated summaries directly in chat. Content creators, researchers, and developers use Zenfeed to monitor specific topics, reduce information overload, and receive scheduled briefings without relying on cloud-based news services.

Prerequisites

  • Docker and Docker Compose installed on your system
  • An API key from Silicon Flow (default LLM provider, free tier available) or any OpenAI-compatible API provider
  • An MCP-compatible AI client such as Claude Desktop or Cursor
  • Port 1400 available on your local machine for the Zenfeed web interface
1

Download the Docker Compose file

Download the official docker-compose.yml from the Zenfeed repository. This defines the full service stack including the AI pipeline and MCP server.

curl -L -O https://raw.githubusercontent.com/glidea/zenfeed/main/docker-compose.yml
2

Start Zenfeed with your API key

Launch the Zenfeed stack using Docker Compose, passing your LLM provider API key. The default provider is Silicon Flow using the free Qwen3-8B model.

# macOS / Linux
API_KEY="sk-your-siliconflow-key" docker-compose -p zenfeed up -d

# Windows PowerShell
$env:API_KEY = "sk-your-siliconflow-key"; docker-compose -p zenfeed up -d
3

Access the Zenfeed web interface

Open your browser to http://localhost:1400 to configure RSS feed sources, set up content classification pipelines, and schedule daily briefings via the YAML-based configuration UI.

4

Add Zenfeed as an MCP server in your client configuration

Configure your AI client to connect to the Zenfeed MCP endpoint. Zenfeed exposes its query and search capabilities via its local HTTP API.

{
  "mcpServers": {
    "zenfeed": {
      "command": "npx",
      "args": ["zenfeed"],
      "env": {
        "ZENFEED_URL": "http://localhost:1400"
      }
    }
  }
}
5

Query your RSS content through the AI assistant

With Zenfeed running and the MCP server configured, ask your AI assistant to search articles, retrieve summaries, or check for content matching specific topics from your configured feeds.

Zenfeed Examples

Client configuration

MCP config to connect an AI client to a locally running Zenfeed instance.

{
  "mcpServers": {
    "zenfeed": {
      "command": "npx",
      "args": ["zenfeed"],
      "env": {
        "ZENFEED_URL": "http://localhost:1400"
      }
    }
  }
}

Prompts to try

These prompts show how to interact with your curated RSS feed content through the Zenfeed MCP server.

- "What are the top AI research papers published in my feeds this week?"
- "Search my feeds for articles about Kubernetes security vulnerabilities from the last 7 days"
- "Give me an AI summary of today's briefing from my tech news feeds"
- "Find all articles tagged as 'breaking news' in my monitoring feeds from the past 24 hours"
- "List all articles about large language models that scored above 8 in relevance this month"

Troubleshooting Zenfeed

Docker Compose fails to start with API_KEY related errors

Ensure the API_KEY environment variable is set correctly before running docker-compose. Get a free Silicon Flow key at cloud.siliconflow.cn. Alternatively, configure the docker-compose.yml to use any OpenAI-compatible endpoint by updating the LLM provider settings.

Web interface at localhost:1400 is not accessible

Check that Docker Compose started all services with 'docker-compose -p zenfeed ps'. If port 1400 is in use, modify the port mapping in docker-compose.yml before starting the stack.

RSS feeds are not updating or articles appear stale

Zenfeed polls feeds on a configurable schedule defined in the YAML configuration. Check the Zenfeed web interface at localhost:1400 to verify your feed URLs are valid and that the polling interval is configured. View service logs with 'docker-compose -p zenfeed logs -f'.

Frequently Asked Questions about Zenfeed

What is Zenfeed?

Zenfeed is a Model Context Protocol (MCP) server that make rss 📰 great again with ai 🧠✨!! [作者新开的gpt模型中转站 - 0.2 倍率, 0.2元当1刀花,比官方便宜35倍 https://token.glidea.app] It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Zenfeed?

Follow the installation instructions on the Zenfeed GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Zenfeed?

Zenfeed works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Zenfeed free to use?

Yes, Zenfeed is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "zenfeed": { "command": "npx", "args": ["-y", "zenfeed"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Zenfeed?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides