Skip to content
VS Code

bitflyer mcp for VS Code

io.github.mrfentmen/bitflyer-mcp

BitFlyer Japan crypto exchange: tickers, order books, and markets. No key required.

client:VS Code transport:stdio runtime:npm

Install bitflyer mcp in VS Code

.vscode/mcp.json

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

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

bitflyer mcp in other clients