From d944987924eee8f4201b7e499cf487f59df40ad6 Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Thu, 30 Jan 2025 01:03:18 +0800 Subject: [PATCH] Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 53f9e9a..aad620d 100644 --- a/README.md +++ b/README.md @@ -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) [![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) +[![smithery badge](https://smithery.ai/badge/mcp-server-ccxt)](https://smithery.ai/server/mcp-server-ccxt) Cryptocurrency Market Data Server MCP server @@ -36,6 +37,16 @@ A Model Context Protocol (MCP) server that provides real-time and historical cry ## 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 # Using uv (recommended) uv pip install mcp ccxt