mcp_game_server_UNO

piyabundela/mcp_game_server_UNO
★ 0 stars Python 📦 Other Updated 6d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_game_server_uno": {
      "command": "uvx",
      "args": [
        "mcp-game-server-uno"
      ]
    }
  }
}

Or install with pip: pip install mcp-game-server-uno