Cryptocurrency Market Data MCP Server
Cryptocurrency Market Data MCP Server
Overview
The Cryptocurrency Market Data MCP Server is a Model Context Protocol (MCP) server that provides real-time and historical cryptocurrency market data through integration with major exchanges. It enables large language models (LLMs) like Claude to fetch current prices, analyze market trends, and access detailed trading information.
To use the server, install it via Smithery or manually, then run the server script. Connect it with Claude Desktop by configuring the server settings in the application.
- Real-time market data including current prices and market summaries. - Historical analysis with OHLCV data and price change statistics. - Support for multiple exchanges like Binance, Coinbase, and Kraken.
- Fetching current cryptocurrency prices.
- Analyzing market trends and trading volumes.
- Accessing historical price data for research and analysis.
Add to your AI client
Use these steps to connect Cryptocurrency Market Data MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-ccxt-nayshins": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ccxt-nayshins"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-ccxt-nayshins": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ccxt-nayshins"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-ccxt-nayshins": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ccxt-nayshins"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-ccxt-nayshins": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ccxt-nayshins"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-ccxt-nayshins": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ccxt-nayshins"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-ccxt-nayshins": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ccxt-nayshins"
]
}
}
}FAQ
**What exchanges are supported?**
The server supports multiple exchanges including Binance, Coinbase, Kraken, and more.
**Is it easy to install?**
Yes! You can install it automatically via Smithery or manually using pip.
**What programming language is used?**
The server is built using Python 3.9 or higher.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":676,"uuid":"0673fe8b-c1f2-4f91-8c6a-5e3c05567e9a","name":"mcp-server-ccxt","title":"Cryptocurrency Market Data MCP Server","description":"Cryptocurrency Market Data MCP Server","avatar_url":"https://avatars.githubusercontent.com/u/5025057?v=4","created_at":"$D2024-12-30T03:25:59.236Z","updated_at":"$D2025-02-23T07:12:23.984Z","status":"created","author_name":"Nayshins","author_avatar_url":"https://avatars.githubusercontent.com/u/5025057?v=4","tags":"mcp,cryptocurrency,market-data","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/Nayshins/mcp-server-ccxt","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/80c522d367600a630812e1d4c91d70e0c2b87a1721d04a04077387ebe323f782/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d43502d436f6d70617469626c652d626c7565","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]