Update README

This commit is contained in:
Henry Mao 2025-01-30 01:03:18 +08:00
parent 03ace9e7a4
commit d944987924

View File

@ -5,6 +5,7 @@ A Model Context Protocol (MCP) server that provides real-time and historical cry
[![MCP](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io) [![MCP](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io)
[![Python](https://img.shields.io/badge/Python-3.9%2B-blue)](https://www.python.org) [![Python](https://img.shields.io/badge/Python-3.9%2B-blue)](https://www.python.org)
[![CCXT](https://img.shields.io/badge/CCXT-Powered-green)](https://github.com/ccxt/ccxt) [![CCXT](https://img.shields.io/badge/CCXT-Powered-green)](https://github.com/ccxt/ccxt)
[![smithery badge](https://smithery.ai/badge/mcp-server-ccxt)](https://smithery.ai/server/mcp-server-ccxt)
<a href="https://glama.ai/mcp/servers/9kbbk1kmg2"><img width="380" height="200" src="https://glama.ai/mcp/servers/9kbbk1kmg2/badge" alt="Cryptocurrency Market Data Server MCP server" /></a> <a href="https://glama.ai/mcp/servers/9kbbk1kmg2"><img width="380" height="200" src="https://glama.ai/mcp/servers/9kbbk1kmg2/badge" alt="Cryptocurrency Market Data Server MCP server" /></a>
@ -36,6 +37,16 @@ A Model Context Protocol (MCP) server that provides real-time and historical cry
## Installation ## Installation
### Installing via Smithery
To install Cryptocurrency Market Data Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-server-ccxt):
```bash
npx -y @smithery/cli install mcp-server-ccxt --client claude
```
### Installing Manually
```bash ```bash
# Using uv (recommended) # Using uv (recommended)
uv pip install mcp ccxt uv pip install mcp ccxt