Skip to content
Cline

token tool for Cline

io.github.bitbond/token-tool

Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited.

client:Cline transport:stdio runtime:npm

Install token tool in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "token-tool": {
      "command": "npx",
      "args": [
        "-y",
        "token-tool-mcp"
      ],
      "env": {
        "BITBOND_PRIVATE_KEY": "<BITBOND_PRIVATE_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

token tool in other clients