用于加密货币交易所的MCP服务器实现。此包提供了一个简单的接口,用于与Bybit/OKX/Binance公共API端点进行交互。
git clone https://github.com/sydowma/crypto_exchange_mcp.git
~/Library/Application\ Support/Claude/claude_desktop_config.json{your_path}表示git仓库文件夹路径
{
"mcpServers": {
"Bybit": {
"command": "uv",
"args": [
"--directory",
"{your_path}/crypto_exchange_mcp/crypto_exchange_mcp_python",
"run",
"bybit.py"
]
}
}
}