Back to directory
felamande/2048mcp

felamande/2048mcp

@Felamande

A 2048 game MCP server for AI control with RESTful API and GUI

2048gamemcpai-controlpythonautomationrest-api

Installation & Configuration

{
  "mcpServers": {
    "2048_game": {
      "name": "2048 game",
      "type": "stdio",
      "description": "2048 game control mcp",
      "isActive": true,
      "command": "uv",
      "args": [
        "--directory",
        "/directory/to/your/python_script",
        "run",
        "mcp_server.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17