MCP Catalogs
Home

time vs mcp-server

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

time
by modelcontextprotocol
mcp-server
by plainly-videos
Stars★ 85,748★ 6
30d uses
Score7739
Official
Categories
ProductivityDeveloper ToolsCommunication
MediaDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month4 mo ago

time · Summary

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

mcp-server · Summary

Official MCP server for Plainly Videos API enabling After Effects automation through LLM clients.

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

mcp-server · Use cases

  • Automate video creation using LLM prompts for Adobe After Effects projects
  • Integrate video generation capabilities into AI applications via MCP
  • Streamline video production workflows through AI-driven automation

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

mcp-server · Install

Installation

Via npm

  1. Get your Plainly API key from [Settings page](https://app.plainlyvideos.com/dashboard/user/settings/general)
  2. Add config to your editor:
{
  "servers": {
    "plainly": {
      "command": "npx",
      "args": ["-y", "@plainly-videos/mcp-server@latest"],
      "env": {
        "PLAINLY_API_KEY": "<PLAINLY_API_KEY>"
      }
    }
  }
}

Via Smithery

npx -y @smithery/cli@latest install @plainly-videos/mcp-server --client claude --key <YOUR_SMITHERY_KEY>
Comparison generated from public README + GitHub signals. Last updated automatically.