MCP Catalogs
Home

mcp-rss-aggregator vs time

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

mcp-rss-aggregator
by imprvhub
time
by modelcontextprotocol
Stars★ 25★ 85,748
30d uses
Score4477
Official
Categories
ProductivityAI / LLM ToolsCommunication
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis month

mcp-rss-aggregator · Summary

An MCP server that fetches and reads RSS feeds in Claude Desktop with OPML support and article filtering.

time · Summary

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

mcp-rss-aggregator · Use cases

  • Stay updated with news from multiple RSS sources directly in Claude
  • Organize and filter technical articles by category for research
  • Create personalized news briefings from diverse sources

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

mcp-rss-aggregator · Install

  1. Clone the repository: git clone https://github.com/imprvhub/mcp-rss-aggregator
  2. Navigate to the directory: cd mcp-rss-aggregator
  3. Install dependencies: npm install
  4. Build the project: npm run build

Configure Claude Desktop by editing claude_desktop_config.json:

{
  "mcpServers": {
    "rssAggregator": {
      "command": "node",
      "args": ["ABSOLUTE_PATH_TO_DIRECTORY/mcp-rss-aggregator/build/index.js"],
      "feedsPath": "ABSOLUTE_PATH_TO_YOUR_FEEDS_FILE.opml"
    }
  }
}
  1. Restart Claude Desktop

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.