Skip to content
Claude Desktop

Packwright MCP for Claude Desktop

io.github.rithwikbabu/packwright-mcp

Packwright compiles, renders, validates, and captures paired Minecraft Java packs.

client:Claude Desktop transport:stdio runtime:npm

Install Packwright MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "packwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rithwikbabu/packwright-mcp"
      ],
      "env": {
        "PACKWRIGHT_WORKSPACE": "<PACKWRIGHT_WORKSPACE>",
        "PACKWRIGHT_JAVA": "<PACKWRIGHT_JAVA>",
        "PACKWRIGHT_CACHE_DIR": "<PACKWRIGHT_CACHE_DIR>",
        "PACKWRIGHT_READ_ONLY": "<PACKWRIGHT_READ_ONLY>",
        "PACKWRIGHT_OFFLINE": "<PACKWRIGHT_OFFLINE>",
        "PACKWRIGHT_SPYGLASS_COMMAND": "<PACKWRIGHT_SPYGLASS_COMMAND>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Packwright MCP in other clients