MCP Catalogs
Home

time vs openrouter-mcp-multimodal

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

time
by modelcontextprotocol
openrouter-mcp-multimodal
by stabgan
Stars★ 85,748★ 39
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsMediaDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

openrouter-mcp-multimodal · Summary

MCP server for OpenRouter providing text, image, audio, and video analysis and generation with 300+ LLMs.

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-mcp-multimodal · Use cases

  • Content creators generating and analyzing multimedia content including text, images, audio, and video
  • Developers integrating OpenRouter's multimodal capabilities into their applications through MCP
  • Teams using various AI clients (Claude Desktop, Cursor, etc.) to access 300+ LLMs with advanced tooling

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-mcp-multimodal · Install

Installation

Quick Install
npx -y @stabgan/openrouter-mcp-multimodal

Requires OPENROUTER_API_KEY environment variable.

Claude Desktop Configuration
{
  "mcpServers": {
    "openrouter": {
      "command": "npx",
      "args": ["-y", "@stabgan/openrouter-mcp-multimodal"],
      "env": {
        "OPENROUTER_API_KEY": "sk-or-v1-..."
      }
    }
  }
}
Docker
{
  "mcpServers": {
    "openrouter": {
      "command": "docker",
      "args": [
        "run", "--rm", "-i",
        "-e", "OPENROUTER_API_KEY=sk-or-v1-...",
        "stabgan/openrouter-mcp-multimodal:latest"
      ]
    }
  }
}
Global Install
npm install -g @stabgan/openrouter-mcp-multimodal

Then configure with:

{
  "mcpServers": {
    "openrouter": {
      "command": "openrouter-multimodal",
      "env": { "OPENROUTER_API_KEY": "sk-or-v1-..." }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.