Skip to main content
Finance & FintechTypeScript

doggybee/mcp-server-ccxt

An MCP server for accessing real-time crypto market data and trading via 20+ exchanges using the CCXT library. Supports spot, futures, OHLCV, balances, orders, and more.

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/doggybee/mcp-server-ccxt

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-ccxt": {
      "command": "npx",
      "args": [
        "-y",
        "doggybee/mcp-server-ccxt"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
TypeScript
Author
doggybee