Catalog
io.github.tolenonetwork/mcp_toleno
OfficialToleno Network
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
Manage Toleno cryptocurrency mining accounts through natural language commands.
README not available yet.
Install
Configuration
Environment variables
TOLENO_API_KEYrequiredsecretYour personal API key from the Toleno app. Go to Settings → API Keys → Create New Key.
claude_desktop_config.json
{
"mcpServers": {
"mcp_toleno": {
"command": "npx",
"args": [
"-y",
"mcp_toleno@1.0.15"
],
"env": {
"TOLENO_API_KEY": "<YOUR_TOLENO_API_KEY>"
}
}
}
}