Back to MCP Servers
Server Ccxt
An MCP server for accessing real-time crypto market data and trading via 20+ exchanges using the CCXT library. Supports spot, futures, OHLCV, balances, orders, and more.
finance-fintech
By doggybee
Installation
npx -y mcp-server-ccxtConfiguration
{
"mcpServers": {
"mcp-server-ccxt": {
"command": "npx",
"args": ["-y", "mcp-server-ccxt"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes