Skip to content
Claude Desktop

token tool for Claude Desktop

io.github.bitbond/token-tool

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

client:Claude Desktop transport:stdio runtime:npm

Install token tool in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

token tool in other clients