Toleno Network MCP Server

Toleno Network MCP Server - Control your Toleno mining account directly from Claude AI using natural language. Its 7 documented tools cover mining, info. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-02-25 · ★ 193 · #388 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

JavaScript servers · how we verify → /methodology

01 · Install Toleno Network

before you install - you'll need

TOLENO_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add tolenonetwork-toleno-mcp -- npx -y @toleno/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tolenonetwork-toleno-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@toleno/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @toleno/mcp - the @toleno scope differs from the repo owner (tolenonetwork); confirm it's the project's official package

registry namespace io.github.tolenonetwork is GitHub-verified and matches the repo owner

03 · What Toleno Network can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 7 documented tools spanning mining, info, including get_global_stats, get_profile, get_mining_status, start_mining.

Capability map

Tools grouped from the project's README - what Toleno Network lets an agent do.

read & search

5 tools - e.g. Total tokens mined, platform-wide user count; Your balance, mining power, streak, level; Active session, time remaining, tokens earned

get_global_stats · get_profile · get_mining_status · get_wallet_info · get_referral_info

run & execute

1 tool - e.g. Start a new 24-hour mining session

start_mining

Claim

1 tool - e.g. Claim rewards after a completed session

claim_mining

04 · Who maintains Toleno Network

Toleno Network is maintained by tolenonetwork. We track 2 MCP servers from tolenonetwork - 1 actively maintained, 193 combined GitHub stars, oldest repo from Feb 2026.

05 · Facts

category
other - ranked #388 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.tolenonetwork/toleno-mcp (active, first published 2026-02-19 · 2 versions)
packages
npm:@toleno/mcp

06 · Toleno Network FAQ

Is Toleno Network still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-25. We re-verify nightly.

What can Toleno Network do?

An agent gets 7 documented tools spanning mining, info, including get_global_stats, get_profile, get_mining_status, start_mining.

How do I install Toleno Network?

Run `npx -y @toleno/mcp`. The README documents one environment variable (TOLENO_API_KEY) to set first. You can also paste the ready-made client config above.

Does Toleno Network run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Toleno Network