High-performance CCXT MCP server for cryptocurrency exchange integration
Server Config
{
"mcpServers": {
"ccxt": {
"command": "npx",
"args": [
"@mcpfun/mcp-server-ccxt"
],
"env": {
"DEFAULT_EXCHANGE": "binance",
"LOG_LEVEL": "info",
"USE_PROXY": "false"
},
"description": "CCXT MCP Server for cryptocurrency exchange integration"
}
}
}