ultimate_mcp_server vs okx-agent-trade-kit
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | okx-agent-trade-kit by PlaceNL2026 | |
|---|---|---|
| Stars | ★ 149 | ★ 86 |
| 30d uses | — | — |
| Score | 85 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | FinanceAI / LLM ToolsDeveloper Tools |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
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.
okx-agent-trade-kit · Summary
OKX trading MCP server with 145 tools across 11 modules for crypto spot/futures/swap trading and account management.
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
okx-agent-trade-kit · Use cases
- Automated cryptocurrency trading through AI agents like Claude or Cursor
- Terminal-based trading operations using the CLI interface
- Market analysis with technical indicators and smart money signals
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverokx-agent-trade-kit · Install
# 1. Install
npm install -g @okx_ai/okx-trade-mcp @okx_ai/okx-trade-cli
# 2. Configure OKX API credentials (interactive wizard)
okx config init
# 3. Register the MCP server with your AI client
okx-trade-mcp setup --client claude-desktopFor Claude Desktop, add to Claude's config.json:
{
"mcpServers": {
"okx": {
"command": "okx-trade-mcp",
"args": []
}
}
}