HomeDesign & Media › scorezilla-mcp

scorezilla-mcp

Official MCP server for Scorezilla — add a leaderboard to your game from your AI coding assistant.

Official TypeScript Cloud macOSWindowsLinux
★ 1 stars Last pushed 2026-09-12 License: MIT

Topics: Gaming

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.4.0)

npx -y @scorezilla/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "scorezilla-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@scorezilla/[email protected]"
      ],
      "env": {
        "SCOREZILLA_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • SCOREZILLA_TOKEN required secret — MCP token for the Scorezilla API. Issue one at https://dashboard.scorezilla.dev/account/tokens. Format: mcp_live_<base62>.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry