clash-of-clans-mcp

justinritchie/clash-of-clans-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for the Clash of Clans API with a configurable JSON rubric for war grading, elder promotion screening, and CWL carry-forward analysis.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clash-of-clans-mcp": {
      "command": "uvx",
      "args": [
        "clash-of-clans-mcp"
      ]
    }
  }
}

Or install with pip: pip install clash-of-clans-mcp

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server that lets Claude (or any MCP client) read your clan's data from the **official [Clash of Clans API](https://developer.clashofclans.com)** and apply your clan's own rules to it — for war grading, elder promotion screening, and CWL carry-forward decisions.

Tools (16)

clash_api_getclash_carry_forward_recommendationclash_get_clanclash_get_clan_membersclash_get_current_warclash_get_cwl_groupclash_get_cwl_warclash_get_playerclash_get_warlogclash_grade_warclash_missed_opportunitiesclash_player_war_historyclash_promotion_candidatesclash_snapshot_statusclash_snapshot_warclash_war_report

Topics

anthropicclan-managementclan-warclan-war-leagueclashclash-of-clansclaudeclaude-desktopcoccwlgamingmcpmcp-servermodel-context-protocolpython