Antics
@antics-gg
关于 Antics
An MCP server that lets an AI agent deploy a web game to a playable multiplayer URL — rooms, live state sync, and leaderboards — in one conversation.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"antics": {
"command": "npx",
"args": [
"-y",
"antics-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Antics?
Antics is an MCP (Model Context Protocol) server that enables AI agents to deploy single-file HTML games and immediately receive a shareable multiplayer URL with a built-in leaderboard. It acts as a turnkey backend for web games, eliminating the need for player accounts, build steps, or external hosting. This server is designed for developers building autonomous game prototypes with AI.
How to use Antics?
Configure your MCP client by adding antics to its mcpServers with npx -y antics-mcp as the command. After setup, instruct your agent to create a game (a single HTML file) and call the deploy_game tool. For persistent links and leaderboards, use create_project to generate a project with API keys; otherwise keyless deploys work instantly for 24 hours.
Key features of Antics
- Deploy HTML games with one call (
deploy_game) - Obtain a public multiplayer URL instantly
- Built-in leaderboard per room
- Keyless deploys (no login required for 24-hour links)
- Create projects for persistent links and leaderboards
- Manage projects with
list_projectsandget_leaderboard
Use cases of Antics
- An AI agent generates a multiplayer arcade game and shares a live playable link in the same chat.
- A game jam participant prototypes a party game with a real-time leaderboard, no backend coding.
- A developer tests game mechanics by repeatedly tweaking the HTML and redeploying via the agent.
FAQ from Antics
Do I need to create an account to use Antics?
No. Keyless deploys work immediately without any login; the returned link is active for 24 hours. For permanent links and leaderboards, you can optionally sign in and create a project.
How long does a keyless game link last?
A keyless link expires after 24 hours. Signing in and using a project makes the link and leaderboard permanent.
What tools does the Antics MCP server provide?
It provides four tools: deploy_game (deploy an HTML game and get a URL), create_project (create a project and API keys), get_leaderboard (read a project's leaderboard), and list_projects (list your projects).
What kind of games does Antics support?
Antics works with any single-file HTML game. The README mentions a simple example (“an AI-generated web game”) and assumes the game can be served as an HTML file. No specific engine or framework is required.
Does Antics handle authentication or player accounts?
No. The server is designed to be backend-free: no player accounts, no login for players. The multiplayer and leaderboard are built into the room automatically.
AI 与智能体 分类下的更多 MCP 服务器
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
评论