doggybee/mcp-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.
Quick Start
Clone the repository:
git clone https://github.com/doggybee/mcp-server-ccxtClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-ccxt": {
"command": "npx",
"args": [
"-y",
"doggybee/mcp-server-ccxt"
]
}
}
}Check the repository README for specific installation and configuration instructions.