Skip to content
VS Code

cryptorank mcp for VS Code

io.github.mrfentmen/cryptorank-mcp

Crypto rankings from CryptoRank. No key required.

client:VS Code transport:stdio runtime:npm

Install cryptorank mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "cryptorank-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cryptorank-mcp"
      ]
    }
  }
}

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

cryptorank mcp in other clients