wordz

brendanx67/wordz
★ 0 stars HTML 🤖 AI/LLM Updated 1d ago
Multiplayer Scrabble-style word game with MCP server for AI play. Move generation using the Appel & Jacobson algorithm (Commun. ACM 1988) powers both the find_words MCP tool and an automated computer player.
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": {
    "wordz": {
      "command": "npx",
      "args": [
        "-y",
        "brendanx67/wordz"
      ]
    }
  }
}

README Excerpt

A multiplayer Scrabble-style word game where humans, LLM agents, and adaptive computer opponents share the same board. Wordz is the first word game designed around the idea that a language model is just another kind of player. Humans sign in with Supabase Auth; LLMs connect through an MCP server that exposes the board as tools; and a built-in computer opponent plays at four named difficulty presets (Easy, Medium, Hard, Competitive) plus a strength slider for any value in between, all driven by a

Tools (12)

exchange_tilesfind_wordsgame_contextget_game_statelist_gamespass_turnplay_suggestionplay_wordpreview_movevalidate_movevalidate_suggestionwait_for_turn