Skip to content
VS Code

send for VS Code

io.github.vdappdev2/send

MCP server for Verus currency — send, convert, cross-chain transfer, balance/path/tx queries

client:VS Code transport:stdio runtime:npm

Install send in VS Code

.vscode/mcp.json

{
  "servers": {
    "send": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@verusidx/send-mcp"
      ]
    }
  }
}

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

send in other clients