Skip to content
VS Code

qubic mcp for VS Code

io.github.fyllepo/qubic-mcp

MCP server for Qubic — balances, prices, transfers, wallets, and more.

client:VS Code transport:stdio runtime:npm

Install qubic mcp in VS Code

.vscode/mcp.json

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

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

qubic mcp in other clients