← Index

Toleno Network

io.github.tolenonetwork/toleno-mcp·v1.0.6·Other
Quality Score
92
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "toleno-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@toleno/mcp"
      ],
      "env": {
        "TOLENO_API_KEY": "<your-toleno_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "toleno-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@toleno/mcp"
      ],
      "env": {
        "TOLENO_API_KEY": "<your-toleno_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @toleno/mcp
§02  Environment variables
TOLENO_API_KEY
requiredsecret

Your personal API key from the Toleno app. Go to Settings → API Keys → Create New Key.

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other