Skip to content
VS Code

CryptoPrice for VS Code

io.github.therealmrfunguy/crypto-price

Real-time cryptocurrency prices, market data, and trending coins via CoinGecko.

client:VS Code transport:sse

Install CryptoPrice in VS Code

.vscode/mcp.json

{
  "servers": {
    "crypto-price": {
      "type": "sse",
      "url": "https://crypto.rjctdlabs.xyz/sse"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CryptoPrice in other clients