magictools

GitHub

:video_game: :pencil: A list of Game Development resources to make magic happen.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "magictools": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-magictools"
      ]
    }
  }
}