Skip to content
Claude Desktop

Yul-GasMaster for Claude Desktop

io.github.evozim/yul-gasmaster

EVM gas optimizer refactoring Solidity code into efficient Yul assembler.

client:Claude Desktop transport:sse

Install Yul-GasMaster in Claude Desktop

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

{
  "mcpServers": {
    "yul-gasmaster": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://yul-gasmaster-mcp.vercel.app/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Yul-GasMaster in other clients