CCXT MCP Server
@jcwleo
About CCXT MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ccxt-mcp-server": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}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?
A Model Context Protocol (MCP) server that exposes functions from the CCXT library as tools for Large Language Models (LLMs). It enables LLMs to interact with cryptocurrency exchanges for tasks like fetching balances, market data, and creating orders in a standardized, asynchronous way.
How to use CCXT MCP Server?
Clone the repository, create a virtual environment, install dependencies from requirements.txt, then run the server with uv run uvicorn mcp_server:app. Configure your MCP client (e.g., Claude desktop) with a JSON entry pointing to http://127.0.0.1:8000/mcp/ using npx mcp-remote.
Key features of CCXT MCP Server
- Integrates CCXT for unified exchange interaction
- Asynchronous non‑blocking operations
- Clear tool definitions with type annotations
- API key authentication for private endpoints
- Public and private tool separation
- Includes technical indicator calculation tool
Use cases of CCXT MCP Server
- Fetch account balances and market data
- Place and cancel spot and futures orders
- Withdraw cryptocurrencies to external addresses
- Retrieve order history and trade history
- Calculate technical indicators (e.g., RSI, SMA)
FAQ from CCXT MCP Server
Which exchanges are supported?
The server leverages the CCXT library, which supports over 100 cryptocurrency exchanges. Any exchange supported by CCXT can be used.
Do I need API keys to use it?
For public data tools (e.g., ticker, OHLCV) no authentication is required. Private tools (e.g., account balance, order creation) require an API key, secret, and optionally a passphrase.
How do I run the server?
Install dependencies (Python, uvicorn, etc.)
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments