CCXT MCP Server
한국어 버전(Korean version)
CCXT MCP Server is a server that allows AI models to interact with cryptocurrency exchange APIs through the Model Context Protocol (MCP). This server uses the CCXT library to provide access to more than 100 cryptocurrency exchanges and their trading capabilities.
🚀 Quick Start
# Install the package globally
npm install -g @lazydino/ccxt-mcp
# Run with default settings
ccxt-mcp
# or run without installation
npx @lazydino/ccxt-mcpInstallation and Usage
Global Installation
# Install the package globally
npm install -g @lazydino/ccxt-mcpRunning with npx
You can run it directly without installation:
# Using default settings
npx @lazydino/ccxt-mcp
# Using custom configuration file
npx @lazydino/ccxt-mcp --config /path/to/config.jsonView help:
npx @lazydino/ccxt-mcp --helpConfiguration
Registering the MCP Server in Claude Desktop
Open Claude Desktop Settings:
- Go to the Settings menu in the Claude Desktop app
- Find the "MCP Servers" section
Add a New MCP Server:
- Click the "Add Server" button
- Server name:
ccxt-mcp - Command:
npx @lazydino/ccxt-mcp - Additional arguments (optional):
--config /path/to/config.json
Save and Test the Server:
- Save the settings
- Test the connection with the "Test Connection" button






