Skip to content
VS Code

Toleno Network for VS Code

io.github.tolenonetwork/toleno-mcp

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

client:VS Code transport:stdio runtime:npm

Install Toleno Network in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "toleno-api-key",
      "description": "TOLENO_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "toleno-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@toleno/mcp"
      ],
      "env": {
        "TOLENO_API_KEY": "${input:toleno-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Toleno Network in other clients