Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets
A crypto trading API with more than 100 exchanges and prediction markets in JavaScript / TypeScript / Python / C# / PHP / Go / Java / Rust.
The CCXT library is used to connect and trade with cryptocurrency exchanges worldwide. It provides quick access to market data for storage, analysis, visualization, indicator development, algorithmic trading, strategy backtesting, bot programming, and related software engineering.
It is intended to be used by coders, developers, technically-skilled traders, data-scientists and financial analysts for building trading algorithms.
Current feature list:
Freqtrade – leading opensource cryptocurrency algorithmic trading software!
OctoBot – cryptocurrency trading bot with an advanced web interface.
TokenBot – discover and copy the best algorithmic traders in the world.| logo | id | name | ver | type | certified | pro | discount |
|---|---|---|---|---|---|---|---|
| binance | Binance | ||||||
| binanceusdm | Binance USDⓈ-M | ||||||
| binancecoinm | Binance COIN-M | ||||||
| bybit | Bybit | ||||||
![]() | okx | OKX | |||||
| gate | Gate | ||||||
![]() | kucoin | KuCoin | |||||
![]() | kucoinfutures | KuCoin Futures | |||||
| bitget | Bitget | ||||||
| hyperliquid | Hyperliquid | ||||||
| bitmex | BitMEX | ||||||
![]() | bingx | BingX | |||||
![]() | htx | HTX | |||||
![]() | mexc | MEXC Global | |||||
![]() | cryptocom | Crypto.com | |||||
![]() | coinex | CoinEx | |||||
| hashkey | HashKey Global | ||||||
![]() | woo | WOO X | |||||
| woofipro | WOOFI PRO |
The CCXT library currently supports the following 104 cryptocurrency exchange markets and trading APIs:
| logo | id | name | ver | type | certified | pro |
|---|---|---|---|---|---|---|
| alpaca | Alpaca | |||||
| apex | Apex | |||||
| aster | Aster | |||||
| backpack | Backpack | |||||
| bequant | Bequant | |||||
| bigone | BigONE | |||||
| binance | Binance | |||||
| binancecoinm | Binance COIN-M | |||||
| binanceus | Binance US | |||||
| binanceusdm | Binance USDⓈ-M | |||||
![]() | bingx | BingX | ||||
| bit2c | Bit2C | |||||
| bitbank | bitbank | |||||
| bitbns | Bitbns | |||||
| bitfinex | Bitfinex | |||||
| bitflyer | bitFlyer | |||||
| bitget | Bitget | |||||
| bithumb | Bithumb | |||||
| bitmex | BitMEX | |||||
| bitopro | BitoPro | |||||
| bitrue | Bitrue | |||||
| bitso | Bitso | |||||
| bitstamp | Bitstamp | |||||
| bitteam | BIT.TEAM | |||||
| bittrade | BitTrade | |||||
| bitvavo | Bitvavo | |||||
| blockchaincom | Blockchain.com | |||||
| blofin | BloFin | |||||
| btcbox | BtcBox | |||||
| btcmarkets | BTC Markets | |||||
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
npx -y ccxt-mcpMerge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.
{
"mcpServers": {
"io-github-ccxt-ccxt-mcp": {
"command": "npx",
"args": [
"-y",
"ccxt-mcp"
]
}
}
}Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.
Claude Desktop setup referenceccxt-mcpnpmCCXT works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.