MCP Catalogs
Home

time vs openrouter-deep-research-mcp

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

time
by modelcontextprotocol
openrouter-deep-research-mcp
by wheattoast11
Stars★ 85,748★ 50
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsKnowledge GraphDeveloper Tools
LanguageTypeScriptJavaScript
Last committhis month2 mo ago

time · Summary

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

openrouter-deep-research-mcp · Summary

Multi-agent research MCP server with async agents, semantic search, and persistent knowledge base.

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

openrouter-deep-research-mcp · Use cases

  • Deep research with multiple specialized agents
  • Knowledge management and semantic search
  • AI-powered content synthesis and analysis

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

openrouter-deep-research-mcp · Install

Install with npm:

npx @terminals-tech/openrouter-agents --stdio

For Claude Desktop, add to config file:

{
  "mcpServers": {
    "openrouter-agents": {
      "command": "npx",
      "args": ["@terminals-tech/openrouter-agents"],
      "env": {
        "OPENROUTER_API_KEY": "sk-or-..."
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.