Cryptohopper Market Data for Claude Desktop
com.cryptohopper/mcp-data
Real-time crypto market data: candles, tickers, orderbooks across 13+ exchanges via MCP.
client:Claude Desktop
transport:streamable-http
Install Cryptohopper Market Data in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-data.cryptohopper.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs