doggybee/mcp-server-ccxt
High-performance CCXT MCP server for cryptocurrency exchange integration
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-ccxt": {
"command": "npx",
"args": [
"-y",
"mcp-server-ccxt"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.modelcontextprotocol.org/) [](https://github.com/ccxt/ccxt) [](https://smithery.ai/server/@doggybee/mcp-server-ccxt)
High-performance cryptocurrency exchange integration using MCP (Model Context Protocol) and CCXT.
The CCXT MCP Server connects language models to cryptocurrency exchanges through the Model Context Protocol. It serves as a bridge that allows LLMs to access real-time market data and execute trading operations across multiple exchanges through a unified API.
The architecture includes:
The server is organized into three main modules for better maintainability and extensibility:
Loading reviews...