three.ws Coin Clash for Gemini CLI
io.github.nirholas/clash-mcp
Play three.ws Coin Clash — read the faction battle board and leaderboard, enlist, and rally.
client:Gemini CLI
transport:stdio
runtime:npm
Install three.ws Coin Clash in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"clash-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/clash-mcp"
],
"env": {
"THREE_WS_BASE": "<THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>",
"SOLANA_SECRET_KEY": "<SOLANA_SECRET_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs