HomeDesign & Media › atx-mcp

atx-mcp

Deterministic, non-generative image transform MCP server: reproducible recipes, immutable originals.

Rust Local macOSWindowsLinux
★ 0 stars Last pushed 2026-09-21 License: MIT

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (cargo 0.6.2)

Package: cargo atx-mcp

This server takes extra arguments — see its repository.

Package (oci)

docker run -i --rm ghcr.io/gridhra/atx-mcp:0.6.2

Or add to your MCP client config:

{
  "mcpServers": {
    "atx-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/gridhra/atx-mcp:0.6.2"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Package (npm 0.6.2)

npx -y atx-mcp@0.6.2

Or add to your MCP client config:

{
  "mcpServers": {
    "atx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "atx-mcp@0.6.2"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry