Skip to content
Claude Desktop

$THREE Token for Claude Desktop

io.github.nirholas/three-token-mcp

Price, hold, and burn $THREE on Solana — the first MCP server whose actions burn a token.

client:Claude Desktop transport:stdio runtime:npm

Install $THREE Token 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": {
    "three-token-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/three-token-mcp"
      ],
      "env": {
        "SOLANA_SECRET_KEY": "<SOLANA_SECRET_KEY>",
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>",
        "THREE_WS_BASE": "<THREE_WS_BASE>",
        "MAX_BURN_USD": "<MAX_BURN_USD>",
        "REQUIRE_CONFIRM": "<REQUIRE_CONFIRM>"
      }
    }
  }
}

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

$THREE Token in other clients