MCP Catalogs
Home

ultimate_mcp_server vs mcp-metatrader5-server

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

ultimate_mcp_server
by Dicklesworthstone
mcp-metatrader5-server
by Qoyyuum
Stars★ 149★ 133
30d uses
Score8548
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
FinanceDeveloper ToolsAI / LLM Tools
LanguagePythonPython
Last commit2 mo ago1 mo ago

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

mcp-metatrader5-server · Summary

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

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

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

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

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.