Skip to content
VS Code

deribit mcp for VS Code

io.github.mrfentmen/deribit-mcp

Deribit derivatives exchange: index prices, tickers, and supported indexes. No key required.

client:VS Code transport:stdio runtime:npm

Install deribit mcp in VS Code

.vscode/mcp.json

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

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

deribit mcp in other clients