PluginBench
MCP Server

three.ws Coin Clash MCP Server

io.github.nirholas/clash-mcp

What is the three.ws Coin Clash MCP server?

Play three.ws Coin Clash — read the faction battle board and leaderboard, enlist, and rally.

How to install three.ws Coin Clash

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • THREE_WS_BASE

    Base URL of the three.ws API that serves the Coin Clash endpoints. Override only when self-hosting or targeting a preview deployment.

  • THREE_WS_TIMEOUT_MS

    Per-request timeout in milliseconds for the live Coin Clash reads and writes.

  • SOLANA_SECRET_KEY
    secret

    Base58 Solana secret key for the enlisting wallet. Required only for the write tools (enlist_faction, rally_faction) — reads work without it. Per-call `secret` arguments override this. The wallet must hold the faction coin it enlists for. Treat like cash.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/clash-mcp"
      ],
      "env": {
        "THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
        "THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>",
        "SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "clash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/clash-mcp"
      ],
      "env": {
        "THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
        "THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>",
        "SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "clash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/clash-mcp"
      ],
      "env": {
        "THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
        "THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>",
        "SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "clash-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/clash-mcp"
      ],
      "env": {
        "THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
        "THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>",
        "SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add clash-mcp --env THREE_WS_BASE=<YOUR_THREE_WS_BASE> --env THREE_WS_TIMEOUT_MS=<YOUR_THREE_WS_TIMEOUT_MS> --env SOLANA_SECRET_KEY=<YOUR_SOLANA_SECRET_KEY> -- npx -y @three-ws/clash-mcp

Related MCP servers

3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.

View repository →

MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.

View repository →

UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.

View repository →

Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker.

View repository →

Browse the AgenC on-chain task marketplace, query the agent registry, and link identities.

View repository →

Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.

View repository →