
CCXT MCP Server
by lazy-dinosaur
Standardized interface for AI models to interact with 100+ cryptocurrency exchanges for trading and analysis.
What it does
CCXT MCP Server bridges AI models with cryptocurrency exchange APIs using the CCXT library. It allows AI agents to fetch market data, manage portfolios, and execute trades across over 100 exchanges through a unified protocol.
Tools
get_price: Retrieves current price information for specific trading symbols.create_order: Executes market or limit orders on the configured exchange.get_balance: Fetches current account balances and asset distributions.get_ohlcv: Retrieves historical candlestick data for technical analysis.analyze_performance: Calculates win rates and profit/loss ratios for trading accounts.set_leverage: Configures leverage for futures market positions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ccxt-mcp": {
"command": "npx",
"args": ["-y", "@lazydino/ccxt-mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g @lazydino/ccxt-mcp && ccxt-mcpInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






