mcp-server-ccxt

doggybee/mcp-server-ccxt
★ 130 stars TypeScript 🔌 API Integration Updated 1mo ago
High-performance CCXT MCP server for cryptocurrency exchange integration
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": {
    "mcp-server-ccxt": {
      "command": "npx",
      "args": [
        "-y",
        "doggybee/mcp-server-ccxt"
      ]
    }
  }
}