Skip to main content
ClaudeWave

Deterministic numeric engines for game design — 17-tool MCP server (mcp-server-gamenumerics) for xlsx table import, curve auditing, battle/gacha simulation. 游戏数值设计确定性引擎

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/14/2026
Install in Claude Code / Claude Desktop
Method: NPX · mcp-server-gamenumerics
Claude Code CLI
claude mcp add gamenumerics -- npx -y mcp-server-gamenumerics
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "gamenumerics": {
      "command": "npx",
      "args": ["-y", "mcp-server-gamenumerics"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# gamenumerics

> **Deterministic numeric engines for game design — exposed to your AI coding agent via MCP.**
> Import xlsx config tables, audit growth curves, run battle/gacha simulations, and reverse-engineer the formulas behind game spreadsheets. Every numeric answer comes from zero-dependency pure-function engines — zero LLM guessing.

**Who it's for**: game designers and solo/small teams doing roguelike / deckbuilder balance work, spreadsheet-driven numerical design, or live-ops tuning audits — no engine integration required, just an xlsx export of your config tables.

## Quick start (MCP server)

The fastest way to use these engines is through [`mcp-server-gamenumerics`](https://www.npmjs.com/package/mcp-server-gamenumerics) — a stdio MCP server exposing 17 read-only tools to Claude Code, Cursor, ZCode, or any MCP host:

```bash
npx -y mcp-server-gamenumerics
```

```json
{ "mcpServers": { "gamenumerics": { "command": "npx", "args": ["-y", "mcp-server-gamenumerics"] } } }
```

Full per-host config (Claude Code / Cursor / ZCode), the 17-tool reference, and the performance baseline live in [mcp-server/README.md](mcp-server/README.md).

## What's inside

| Path | What it is |
|------|------------|
| `lib/engine/formula-engine/` | 19 pure-function numeric engines: battle simulation, gacha probability + Monte Carlo, EHP×EDPS power model, growth projection, economy production/consumption, progression curves, level systems, difficulty mirroring |
| `lib/table/` | xlsx/spreadsheet normalization: dual-row header merge, column pattern detection (arithmetic/geometric), base×coefficient relation inference, Theil-Sen robust curve fitting |
| `lib/agent/tools/` | Tool definitions (JSON Schema + handlers) wrapping the engines — the read/audit surface |
| `mcp-server/` | The npm-distributed stdio MCP server (`mcp-server-gamenumerics`, esbuild single-file bundle) |
| `scripts/lib/workspace-import.ts` | xlsx → normalized JSON workspace import pipeline |

## Tool surface (17 = 14 mapped + 3 meta)

`import_xlsx` · `list_tables` / `read_table` · `battle_simulate` / `simulate_gacha` / `compute_power` / `power_curve` / `eval_formula` / `audit_column` / `infer_column_rule` / `infer_table_relation` · `grade_workspace` / `profile_table` / `infer_foreign_keys` · `list_workspaces` / `set_workspace` / `read_memory`

Read-only by design — write tools stay behind the web workbench's human-in-the-loop confirm flow (separate product, not part of this repo).

## Development

```bash
npm install
npm test         # vitest: engine + table + mcp-server suites
npm run check    # tsc --noEmit (lib + scripts)
npm run mcp:check  # tsc for mcp-server (own tsconfig)
npm run mcp:build  # esbuild bundle → mcp-server/dist/index.js
```

## License

[MIT](LICENSE)

What people ask about gamenumerics

What is 26048608982lp-ai/gamenumerics?

+

26048608982lp-ai/gamenumerics is mcp servers for the Claude AI ecosystem. Deterministic numeric engines for game design — 17-tool MCP server (mcp-server-gamenumerics) for xlsx table import, curve auditing, battle/gacha simulation. 游戏数值设计确定性引擎 It has 0 GitHub stars and its last recorded update is dated 2026-09-13.

How do I install gamenumerics?

+

You can install gamenumerics by cloning the repository (https://github.com/26048608982lp-ai/gamenumerics) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is 26048608982lp-ai/gamenumerics safe to use?

+

Our security agent has analyzed 26048608982lp-ai/gamenumerics and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains 26048608982lp-ai/gamenumerics?

+

26048608982lp-ai/gamenumerics is maintained by 26048608982lp-ai. The last recorded GitHub activity is dated 2026-09-13, with 0 open issues.

Are there alternatives to gamenumerics?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy gamenumerics to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: 26048608982lp-ai/gamenumerics
[![Featured on ClaudeWave](https://claudewave.com/api/badge/26048608982lp-ai-gamenumerics)](https://claudewave.com/repo/26048608982lp-ai-gamenumerics)
<a href="https://claudewave.com/repo/26048608982lp-ai-gamenumerics"><img src="https://claudewave.com/api/badge/26048608982lp-ai-gamenumerics" alt="Featured on ClaudeWave: 26048608982lp-ai/gamenumerics" width="320" height="64" /></a>

More MCP Servers

gamenumerics alternatives