CryptoPrice for Cursor
io.github.therealmrfunguy/crypto-price
Real-time cryptocurrency prices, market data, and trending coins via CoinGecko.
client:Cursor
transport:sse
Install CryptoPrice in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"crypto-price": {
"url": "https://crypto.rjctdlabs.xyz/sse"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs