
Mcp
Wire a Scorezilla leaderboard into your game from Claude Code or Cursor via MCP.
Overview
Scorezilla MCP is a MCP server for the Build phase that lets your agent add and manage Scorezilla game leaderboards.
What is this MCP server?
- @scorezilla/mcp v0.2.0 on npm with stdio MCP transport
- Requires SCOREZILLA_TOKEN (mcp_live_* format) from dashboard.scorezilla.dev
- Purpose-built to add leaderboards from your AI coding assistant
- GitHub source at isco-tec/scorezilla-mcp
- Secret token flagged isRequired in server schema
- Server version 0.2.0
- npm identifier @scorezilla/mcp
- One required secret: SCOREZILLA_TOKEN (mcp_live_* format)
Community signal: 1 GitHub stars.
What problem does it solve?
Game solo devs lose flow copying Scorezilla API docs while the agent could wire leaderboard calls in-repo.
Who is it for?
Indie game builders already on Scorezilla who want agent-driven leaderboard setup and code changes.
Skip if: Projects that need custom on-prem leaderboards, no third-party SaaS, or games without score-based competition.
What do I get? / Deliverables
With a live MCP token configured, your assistant can implement and adjust leaderboard integration without you hand-pasting API steps.
- Working leaderboard integration code guided by the agent
- Configured MCP connection with SCOREZILLA_TOKEN
- Faster iteration on Scorezilla board and score endpoints
Recommended MCP Servers
Journey fit
How it compares
Official Scorezilla MCP integration, not a generic REST skill or a full game backend framework.
Common Questions / FAQ
Who is Scorezilla MCP for?
Solo game developers using MCP-enabled coding agents who host leaderboards on Scorezilla and want API work done in-chat.
When should I use Scorezilla MCP?
Use it while building your game when you are adding score submission, board configuration, or fixing leaderboard-related bugs.
How do I add Scorezilla MCP to my agent?
Create an MCP token at dashboard.scorezilla.dev, set SCOREZILLA_TOKEN in your MCP server env, install @scorezilla/mcp for stdio, and reload your agent.