MCP Catalogs
Home

zenfeed vs time

Side-by-side comparison to help you pick between these two MCP servers.

zenfeed
by glidea
time
by modelcontextprotocol
Stars★ 1,677★ 85,748
30d uses
Score5477
Official
Categories
AI / LLM ToolsProductivityCommunication
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit2 mo agothis month

zenfeed · Summary

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

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

zenfeed · Use cases

  • Personal information management with AI-powered RSS feed summarization
  • Web content monitoring with custom rules and notifications
  • MCP integration for AI assistants to access RSS feeds

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

zenfeed · Install

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"
      }
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.