MCP Catalogs
Home

MeiGen-AI-Design-MCP vs time

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

MeiGen-AI-Design-MCP
by jau123
time
by modelcontextprotocol
Stars★ 1,108★ 85,748
30d uses
Score5577
Official
Categories
AI / LLM ToolsMediaDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

MeiGen-AI-Design-MCP · Summary

MCP server for AI image & video generation with 9 models, 1,400+ prompts, and parallel sub-agent orchestration.

time · Summary

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

MeiGen-AI-Design-MCP · Use cases

  • Product photography generation from simple descriptions
  • Creating logo designs and brand assets
  • Animating still images into videos
  • Batch processing multiple creative variations in parallel

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

MeiGen-AI-Design-MCP · Install

Claude Code Plugin (Recommended)

/plugin marketplace add jau123/MeiGen-AI-Design-MCP
/plugin install meigen@meigen-marketplace

Other MCP-Compatible Hosts

Add to your MCP config (e.g. .mcp.json, claude_desktop_config.json):

{
  "mcpServers": {
    "meigen": {
      "command": "npx",
      "args": ["-y", "meigen@1.3.1"],
      "env": {
        "MEIGEN_API_TOKEN": "meigen_sk_..."
      }
    }
  }
}

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.