MCP Catalogs
Home

reddit-mcp-buddy vs time

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

reddit-mcp-buddy
by karanb192
time
by modelcontextprotocol
Stars★ 649★ 85,748
30d uses
Score5477
Official
Categories
AI / LLM ToolsBrowser AutomationCommunication
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis month

reddit-mcp-buddy · Summary

A production-ready MCP server for browsing Reddit with AI assistants, featuring multiple auth tiers and clean data.

time · Summary

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

reddit-mcp-buddy · Use cases

  • AI assistants browsing Reddit content and discussions in real-time
  • Sentiment analysis across multiple subreddits for trending topics
  • User profile analysis and activity tracking on Reddit

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

reddit-mcp-buddy · Install

For Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "reddit": {
      "command": "npx",
      "args": ["-y", "reddit-mcp-buddy"]
    }
  }
}

For Claude Code

claude mcp add --transport stdio reddit-mcp-buddy -s user -- npx -y reddit-mcp-buddy

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.