elixir-mcp

jthingelstad/elixir-mcp
★ 0 stars JavaScript AI/LLM Updated 1d ago
Clash Royale history recorder + remote MCP server. Unofficial; not endorsed by Supercell.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "elixir-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jthingelstad/elixir-mcp"
      ]
    }
  }
}

README Excerpt

Clash Royale history, recorded — and served to your own agent over MCP. The Clash Royale API only returns current state: no trophy timelines, no battle archive beyond a ~30-battle rotating log, no per-season history. Elixir MCP records history for opted-in players and clans and exposes it through an authenticated remote MCP server you connect to Claude or any MCP client.