Skip to content
VS Code

blockchain info mcp for VS Code

io.github.mrfentmen/blockchain-info-mcp

Bitcoin data from blockchain.info: price ticker, latest block, and address balances. No key...

client:VS Code transport:stdio runtime:npm

Install blockchain info mcp in VS Code

.vscode/mcp.json

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

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

blockchain info mcp in other clients