mcpbeat Sign in

CCXT MCP Server

local only

CCXT runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from npm. Last commit 9 Sep 2026.

Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets

Installs per day peak 138 · avg 10 · -40% w/w
a month agotoday
104
Installs / week
npm · ccxt-mcp
43941
Stars
235 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            result = subprocess.run(['osascript', '-e', script], capture_output=True, text=True, timeout=5)
Includes a file named by a variable ccxt.php:51
        require_once $file;
Executes code built at runtime cli/ts/helpers.ts:543
                return eval ('(() => (' + s + ')) ()');
Dumps the whole environment [пакет] js/config.js:278
    for (const key of Object.keys(process.env)) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ccxt-mcp -- npx -y ccxt-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ccxt-mcp": {
      "args": [
        "-y",
        "ccxt-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ccxt-mcp]
command = "npx"
args = ["-y", "ccxt-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ccxt-mcp": {
      "args": [
        "-y",
        "ccxt-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ccxt-mcp": {
      "args": [
        "-y",
        "ccxt-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to CCXT

same job, measured the same way
CoinMarketCap
by coinmarketcap

Official CoinMarketCap MCP server: real-time crypto prices, market cap, rankings and exchange data.

answering
EventTrader MCP
by cymetica

AI prediction market trading — real-time data, CLOB exchange, 30+ tools

local only
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only
MCP Server Kalshi
by 9crusher

MCP server for end-to-end trading on Kalshi prediction markets: discover, research, trade.

242 installs/wk local only
CoinRithm Agent Trading
by coinrithm

Keyless prediction-market data across 12 venues plus paper-trading of crypto spot, futures, and PM.

158 installs/wk 38 tools answering
Webull OpenAPI
by webull-inc

MCP server for Webull OpenAPI: trading and market data access for AI assistants

554 installs/wk local only
Paradex Trading
by tradeparadex

MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.

170 installs/wk local only
T
Felix MCP
by felix

Non-custodial trading infrastructure for AI agents across prediction markets, crypto, and options.

647 installs/wk local only

CCXT — questions

Answers built from our own checks of this server.

Why is there no uptime for CCXT?
CCXT runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ccxt-mcp was installed 104 times last week.
How do I connect CCXT?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ccxt-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use CCXT?
The npm package ccxt-mcp was installed 104 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CCXT open source?
Yes — it is published under the MIT licence, written in Python, 43 941 stars on GitHub and 235 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.