HomeOther › Toleno Network

Toleno Network

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

JavaScript
★ 223 stars Last pushed 2026-02-25

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.6)

npx -y @toleno/mcp@1.0.6

Or add to your MCP client config:

{
  "mcpServers": {
    "toleno-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@toleno/mcp@1.0.6"
      ],
      "env": {
        "TOLENO_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TOLENO_API_KEY required secret — Your personal API key from the Toleno app. Go to Settings → API Keys → Create New Key.

Related servers

Data from the Official MCP Registry