Skip to main content
ClaudeWave

MCP server that deploys a web game to a playable multiplayer URL (rooms, state sync, leaderboards).

MCP ServersOfficial Registry1 stars0 forksJavaScriptNOASSERTIONUpdated yesterday
Install in Claude Code / Claude Desktop
Method: NPX · antics-mcp
Claude Code CLI
claude mcp add antics-mcp -- npx -y antics-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "antics-mcp": {
      "command": "npx",
      "args": ["-y", "antics-mcp"]
    }
  }
}
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

# antics-mcp

**Multiplayer for your game, in one prompt.** An [MCP](https://modelcontextprotocol.io) server
that lets an AI agent generate a web game and deploy it to a **playable multiplayer URL** —
rooms, live state sync, and leaderboards — inside a single conversation.

AI can write a whole game — a single HTML file or a multi-file project — but it can't stand up
a server, so everything it builds is single-player. `antics-mcp` is the missing piece: your
agent writes the game, calls one tool, and hands you back a link your friends can open. No
backend, no player accounts.

→ [antics.gg](https://antics.gg) · full API in one file: [antics.gg/llms.txt](https://antics.gg/llms.txt)

## Install

**Claude Code:**

```sh
claude mcp add antics -- npx -y antics-mcp
```

**Claude Desktop / Cursor / any MCP client** — add to your MCP config
(`claude_desktop_config.json`, Cursor's `mcp.json`, etc.):

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

Then just ask: *“Make a 2-player game and deploy it.”* The agent writes it, calls `deploy_game`,
and returns a playable URL — no copy-paste, no site visit, no login.

## Tools

| Tool | What it does | Login? |
|------|--------------|--------|
| **`deploy_game`** | Deploy a game (`html` for a single file, or `files` for a multi-file project) → returns a playable multiplayer URL. Keyless (ephemeral room) unless given a `projectId`. | No |
| **`create_project`** | Create a project; returns its id, publishable key (`pk_`), and secret key (`sk_`, shown once). | Yes |
| **`get_leaderboard`** | Read a project's leaderboard (top scores). | Yes |
| **`list_projects`** | List your projects. | Yes |

`deploy_game` works **without any login** — it returns an ephemeral, keyless URL you can share
immediately (rooms hold 8 players and last 24h). To persist links + leaderboards and raise the
limits, sign in once with `npx antics-cli login` (GitHub), then the owner-scoped tools unlock and
`deploy_game` can target a project.

## How the multiplayer works

Your agent doesn't need to know any of this up front — [antics.gg/llms.txt](https://antics.gg/llms.txt)
is the complete API in one file, written so an LLM can integrate it one-shot. In brief: a game
calls `joinRoom({})`, shared room state is host-authoritative with per-player slices, writes
coalesce to ~20 Hz, and a leaderboard is one `submitScore()` call. The deployed game runs at a
`/r/<code>` URL with an invite link + QR built in.

## Links
- Site: https://antics.gg
- Docs / API reference: https://antics.gg/docs · https://antics.gg/llms.txt
- Try a demo (no install): the four games on [antics.gg](https://antics.gg) were each generated
  one-shot from the docs.

What people ask about antics-mcp

What is antics-gg/antics-mcp?

+

antics-gg/antics-mcp is mcp servers for the Claude AI ecosystem. MCP server that deploys a web game to a playable multiplayer URL (rooms, state sync, leaderboards). It has 1 GitHub stars and was last updated yesterday.

How do I install antics-mcp?

+

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

Is antics-gg/antics-mcp safe to use?

+

antics-gg/antics-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains antics-gg/antics-mcp?

+

antics-gg/antics-mcp is maintained by antics-gg. The last recorded GitHub activity is from yesterday, with 0 open issues.

Are there alternatives to antics-mcp?

+

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

Deploy antics-mcp 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: antics-gg/antics-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/antics-gg-antics-mcp)](https://claudewave.com/repo/antics-gg-antics-mcp)
<a href="https://claudewave.com/repo/antics-gg-antics-mcp"><img src="https://claudewave.com/api/badge/antics-gg-antics-mcp" alt="Featured on ClaudeWave: antics-gg/antics-mcp" width="320" height="64" /></a>

More MCP Servers

antics-mcp alternatives