๐ Fetch real-time cryptocurrency prices with a reliable server that uses Binance and CoinMarketCap for seamless data access and fallback.
Quick Install
Copy the config for your editor. Some servers may need additional setup โ check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"crypto-mcp": {
"command": "npx",
"args": [
"-y",
"mubeenm5026/crypto-mcp"
]
}
}
}
Run in terminal:
claude mcp add crypto-mcp npx -y mubeenm5026/crypto-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"crypto-mcp": {
"command": "npx",
"args": [
"-y",
"mubeenm5026/crypto-mcp"
]
}
}
}