CCXT
Rank #52io.github.ccxt/ccxt-mcp
Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets
CCXT is a Model Context Protocol (MCP) server published by ccxt. It ranks #52 of 121,933 servers tracked on MCP Toplist, and its repository has 43,906 GitHub stars. CCXT is listed on Official MCP, with 1 tracked version. It was first listed on Aug 26, 2026 and most recently updated on Sep 7, 2026.
Ranks ahead of 121,881 of 121,933 servers on MCP Toplist.
Use CCXT
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ccxt-mcp -- npx -y ccxt-mcp[mcp_servers.ccxt-mcp]
command = "npx"
args = ["-y", "ccxt-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ccxt-mcp": {
"command": "npx",
"args": [
"-y",
"ccxt-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ccxt-mcp": {
"command": "npx",
"args": [
"-y",
"ccxt-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ccxt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ccxt-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ccxt-mcp": {
"command": "npx",
"args": [
"-y",
"ccxt-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ccxt-mcp": {
"command": "npx",
"args": [
"-y",
"ccxt-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ccxt%2Fccxt-mcp)<a href="https://mcptoplist.com/server/io.github.ccxt%2Fccxt-mcp"><img src="https://mcptoplist.com/badge/io.github.ccxt%2Fccxt-mcp.svg" alt="MCP Toplist: Top 1% of 121,933" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ccxt
Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Sep 7, 2026 |
Frequently asked questions
- Who maintains CCXT?
- CCXT is maintained by ccxt, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is CCXT listed on the Official MCP Registry?
- Yes — CCXT is listed on the Official MCP Registry.
- How many versions does CCXT have?
- MCP Toplist tracks 1 version of CCXT, most recently published on Sep 7, 2026.
- Where can I find the source code for CCXT?
- The source code for CCXT is hosted at github.com/ccxt/ccxt.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.