mcpbeat Sign in

Toleno Network MCP Server

local only

Toleno Network runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 25 Feb 2026.

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

Installs per day peak 14 · avg 5 · +183% w/w
a month agotoday
32
Installs / week
npm · @toleno/mcp
221
Stars
0 open issues
25 Feb 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable setup.js:33, [пакет] setup.js:33
                    paths.push(path.join(packagesDir, claudePackage, 'LocalCache', 'Roaming', 'Claude', 'claude_desktop_config.json'));

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add toleno-mcp -- npx -y @toleno/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "toleno-mcp": {
      "args": [
        "-y",
        "@toleno/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.toleno-mcp]
command = "npx"
args = ["-y", "@toleno/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "toleno-mcp": {
      "args": [
        "-y",
        "@toleno/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "toleno-mcp": {
      "args": [
        "-y",
        "@toleno/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TOLENO_API_KEY (Your personal API key from the Toleno app. Go to Settings → API Keys → Create New Key.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Toleno Network

same job, measured the same way
I
Toleno Network
by tolenonetwork

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

42 installs/wk local only
CLI Microsoft365 MCP Server
by pnp

MCP server for CLI for Microsoft 365 to manage your tenant using natural language

1 133 installs/wk local only
Gibsonai
by gibsonai

GibsonAI MCP server: manage your databases with natural language

answering
Editmamei
by editmamei

Photoshop MCP server: natural-language AI photo editing with your own Photoshop. AI orchestration.

137 installs/wk local only
Ledger Botje - Exact Online MCP
by ledgerbotje

Connect Exact Online to your AI assistant via MCP. Manage Exact Online with natural language.

answering
Auth0 MCP Server
by auth0

Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language

6 194 installs/wk local only
Lightcms
by jonradoff

AI-native CMS with 41 MCP tools for managing websites through natural language.

local only
ManageLM
by managelm

AI Linux & Windows server management with Claude MCP and fully private agents using local AI

answering

Toleno Network — questions

Answers built from our own checks of this server.

Why is there no uptime for Toleno Network?
Toleno Network runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @toleno/mcp was installed 32 times last week.
How do I connect Toleno Network?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @toleno/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Toleno Network?
The npm package @toleno/mcp was installed 32 times in the last week. Week over week that is +183%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Toleno Network open source?
We cannot say either way: written in JavaScript and 221 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.