BeClaude

ccxt-python

New
40.9kSmitheryDevelopmentby ccxt

CCXT cryptocurrency exchange library for Python developers. Covers both REST API (standard) and WebSocket API (real-time). Helps install CCXT, connect to exchanges, fetch market data, place orders, stream live tickers/orderbooks, handle authentication, and manage errors in Python. Use when working with crypto exchanges in Python projects, trading bots, data analysis, or portfolio management. Supports both sync and async (asyncio) usage.

First seen 5/23/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "ccxt-python": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
apipythoncodingdata-&-analytics

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is ccxt-python?

CCXT cryptocurrency exchange library for Python developers. Covers both REST API (standard) and WebSocket API (real-time). Helps install CCXT, connect to exchanges, fetch market data, place orders, stream live tickers/orderbooks, handle authentication, and manage errors in Python. Use when working with crypto exchanges in Python projects, trading bots, data analysis, or portfolio management. Supports both sync and async (asyncio) usage.

How to install ccxt-python?

To install ccxt-python: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "ccxt-python": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is ccxt-python best for?

ccxt-python is a mcp categorized under Development. It is designed for: api, python, coding, data-&-analytics. Created by ccxt.