ccxt-mcp

lazy-dinosaur/ccxt-mcp
★ 75 stars TypeScript 🤖 AI/LLM Updated 1mo ago
CCXT MCP Server bridges the gap between AI models and cryptocurrency trading by providing a standardized interface through the Model Context Protocol. Created to empower automated trading strategies, this tool allows AI assistants like Claude and GPT to directly interact with over 100 cryptocurrency exchanges without requiring users to write comple
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ccxt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lazy-dinosaur/ccxt-mcp"
      ]
    }
  }
}

Topics

ai-tradingautomated-tradingccxtclaudeclaude-integrationmcpmcp-servermodel-context-protocoltradingtrading-bot