MCP Catalogs
Home

time vs seedream-image-mcp

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

time
by modelcontextprotocol
seedream-image-mcp
by wearzdk
Stars★ 85,748★ 18
30d uses
Score7740
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsMediaProductivity
LanguageTypeScriptTypeScript
Last committhis month5 mo ago

time · Summary

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

seedream-image-mcp · Summary

An MCP server integrating SeeDream AI image generation into various AI clients like Cursor and Claude.

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

seedream-image-mcp · Use cases

  • Adding visually appealing images to web pages created by AI assistants
  • Generating illustrations for content created by AI tools
  • Enhancing AI-generated presentations with custom imagery

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

seedream-image-mcp · Install

Installation

  1. Get BytePlus API Key from the [Volcano Engine Console](https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey)
  1. Run with npx:
npx seedream-image-mcp --ark-key=YOUR_API_KEY
  1. Configure in Claude Desktop or Cursor:
{
  "mcpServers": {
    "seedream-image": {
      "command": "npx",
      "args": ["seedream-image-mcp", "--ark-key=YOUR_API_KEY"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.