mcp-server-ccxt
High-performance CCXT MCP server for cryptocurrency exchange integration.
The CCXT MCP Server is designed to facilitate seamless integration between language models and various cryptocurrency exchanges using the Model Context Protocol (MCP). It connects to over 20 exchanges, allowing users to access real-time market data and execute trading operations through a unified API. The server is optimized for speed and reliability, featuring advanced caching and rate limiting to ensure efficient performance. With support for multiple market types including spot, futures, and swaps, the CCXT MCP Server provides a comprehensive solution for cryptocurrency trading. Its architecture includes LLM clients that communicate via MCP, enabling compatibility with models like Claude and GPT. Additionally, the server offers proxy configuration options for enhanced access to exchanges, making it a versatile tool for both developers and traders.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-ccxt": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ccxt"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions