Skip to content
VS Code

Voyager Starknet Explorer for VS Code

online.voyager/mcp

Live Starknet explorer data: transactions, contracts, tokens, NFTs, staking

client:VS Code transport:stdio runtime:npm

Install Voyager Starknet Explorer in VS Code

.vscode/mcp.json

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

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

Voyager Starknet Explorer in other clients