$THREE Token for Cline
io.github.nirholas/three-token-mcp
Price, hold, and burn $THREE on Solana — the first MCP server whose actions burn a token.
client:Cline
transport:stdio
runtime:npm
Install $THREE Token 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
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs