MCP Catalogs
Home

time vs mcp-metatrader5-server

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

time
by modelcontextprotocol
mcp-metatrader5-server
by Qoyyuum
Stars★ 85,748★ 133
30d uses
Score7748
Official
Categories
ProductivityDeveloper ToolsCommunication
FinanceDeveloper ToolsAI / LLM Tools
LanguageTypeScriptPython
Last committhis month1 mo ago

time · Summary

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

mcp-metatrader5-server · Summary

MCP server for MetaTrader 5 trading platform that provides AI assistants with market data and trading capabilities.

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-metatrader5-server · Use cases

  • AI-powered trading assistants that can analyze market data and execute trades
  • Automated trading systems that monitor markets and execute trades based on conditions
  • Risk management tools that analyze positions and trading history
  • Market research bots that collect and analyze historical market data

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-metatrader5-server · Install

Installation

From PyPI (Recommended)
uvx --from mcp-metatrader5-server mt5mcp
From Source
git clone https://github.com/Qoyyuum/mcp-metatrader5-server.git
cd mcp-metatrader5-server
uv sync
uv run mt5mcp
Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-metatrader5-server": {
      "command": "uvx",
      "args": [
        "--from",
        "mcp-metatrader5-server",
        "mt5mcp"
      ]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.