MCP Game MCP Server

MCP Server for game development with Linear integration

Local serverstdioTypeScript

What is the MCP Game MCP server?

Connect MCP Game to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP Server for game development with Linear integration. The mcp game mcp server is what makes that connection.

What the server does

MCP server for automating the creation of games using React Three Fiber and integration with Linear for project management (via another MCP server).

  • 🎮 Automatic game project creation
  • 📋 Linear integration for task management (via another MCP server)
  • 🚀 Templates for various game types
  • 📱 Mobile-first development approach
  • 🎉 Built-in confetti support for celebrations
  • 🔧 Best practices and modern technologies

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by TonyBro; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

How to install the MCP Game MCP server

{
  "mcpServers": {
    "game-dev": {
      "command": "node",
      "args": ["path/to/mcp-game-server/src/index.js"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Frequently asked questions

It connects MCP Game to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with MCP Game directly.