CCXT MCP Server
@doggybee
About CCXT MCP Server
High-performance CCXT MCP server for cryptocurrency exchange integration
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ccxt": {
"command": "npx",
"args": [
"@mcpfun/mcp-server-ccxt"
],
"env": {
"DEFAULT_EXCHANGE": "binance",
"LOG_LEVEL": "info",
"USE_PROXY": "false"
},
"description": "CCXT MCP Server for cryptocurrency exchange integration"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is CCXT MCP Server?
It is a high‑performance server that connects LLMs (like Claude and GPT) to 20+ cryptocurrency exchanges through the Model Context Protocol (MCP) and the CCXT library, enabling real‑time market data access and trading operations.
How to use CCXT MCP Server?
Install globally via npm install -g @mcpfun/mcp-server-ccxt and start with mcp-server-ccxt, or run directly with npx @mcpfun/mcp-server-ccxt. Create a .env file with exchange API keys (optional for public data) and proxy settings (optional). Then add the server to your claude_desktop_config.json and restart Claude for Desktop.
Key features of CCXT MCP Server
- Connects to 20+ cryptocurrency exchanges
- Supports spot, futures, and swap markets
- Proxy configuration for exchange access
- Optimized caching and adaptive rate limiting
- MCP‑standard compliant with LLMs
Use cases of CCXT MCP Server
- Get current ticker prices for any trading pair
- Retrieve order books, OHLCV candlestick data, and recent trades
- Compare asset prices across multiple exchanges
- Check account balances (requires API keys)
- Place market/limit orders and manage positions (requires API keys)
FAQ from CCXT MCP Server
What exchanges does the server support?
It connects to over 20 cryptocurrency exchanges via the CCXT library.
Do I need API keys to use the server?
API keys are optional for public market data tools, but required for private tools such as account balances and order placement.
How do I configure a proxy?
Set USE_PROXY=true and PROXY_URL=http://username:password@your-proxy-server:port in your .env file.
How are API keys secured?
Best practices recommend creating dedicated API keys with minimal permissions, disabling withdrawals, using IP whitelisting, and never committing keys to version control.
What performance optimizations exist?
The server uses an LRU caching system with different TTLs (e.g., ticker: 10s, order book: 5s, market data: 1h) and adaptive rate limiting with exponential backoff.
Frequently asked questions
What exchanges does the server support?
It connects to over 20 cryptocurrency exchanges via the CCXT library.
Do I need API keys to use the server?
API keys are optional for public market data tools, but required for private tools such as account balances and order placement.
How do I configure a proxy?
Set `USE_PROXY=true` and `PROXY_URL=http://username:password@your-proxy-server:port` in your `.env` file.
How are API keys secured?
Best practices recommend creating dedicated API keys with minimal permissions, disabling withdrawals, using IP whitelisting, and never committing keys to version control.
What performance optimizations exist?
The server uses an LRU caching system with different TTLs (e.g., ticker: 10s, order book: 5s, market data: 1h) and adaptive rate limiting with exponential backoff.
Basic information
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Website
FunnyWolfAdversary simulation and Red teaming platform with AI

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments