Cryptocurrency Exchange Integration
STDIOMCP server implementation for cryptocurrency exchange API interactions with Bybit, OKX, and Binance.
MCP server implementation for cryptocurrency exchange API interactions with Bybit, OKX, and Binance.
MCP server implementation for the cryptocurrency exchange. This package provides a simple interface to interact with Bybit/OKX/Binance public API endpoints.
git clone https://github.com/sydowma/crypto_exchange_mcp.git
~/Library/Application\ Support/Claude/claude_desktop_config.json
{your_path}
means git repo fold path
{ "mcpServers": { "Bybit": { "command": "uv", "args": [ "--directory", "{your_path}/crypto_exchange_mcp/crypto_exchange_mcp_python", "run", "bybit.py" ] } } }