reddit-research-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
reddit-research-mcp by king-of-the-grackles | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 113 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsWeb ScrapingDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
reddit-research-mcp · Summary
Reddit research MCP server providing competitive analysis, customer discovery and market insights with semantic search.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
reddit-research-mcp · Use cases
- Competitive analysis of tools like Next.js vs Remix by comparing sentiment across developer communities
- Customer discovery for CRM tools by identifying pain points and feature requests in small business subreddits
- Market research on AI coding assistants to track adoption trends and emerging use cases
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-research-mcp · Install
Installation
Claude Desktop
claude mcp add --scope local --transport http dialog-mcp https://reddit-research-mcp.fastmcp.app/mcpCursor
cursor://anysphere.cursor-deeplink/mcp/install?name=dialog-mcp&config=eyJ1cmwiOiJodHRwczovL3JlZGRpdC1yZXNlYXJjaC1tY3AuZmFzdG1jcC5hcHAvbWNwIn0%3DDirect MCP Server URL
For other AI assistants: https://reddit-research-mcp.fastmcp.app/mcp
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"]
}
}
}