New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

atx-mcp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atx-mcp

Deterministic (non-generative) asset transformation MCP server. Ships prebuilt native binaries.

latest
Source
npmnpm
Version
0.6.2
Version published
Weekly downloads
269
-49.05%
Maintainers
1
Weekly downloads
 
Created
Source

atx-mcp

Deterministic (non-generative) asset transformation MCP server, written in Rust.

This npm package is a thin launcher: it installs a prebuilt native binary (atx-mcp) for your platform via optionalDependencies and execs it with transparent stdio.

Use

claude mcp add asset-transform -- npx -y atx-mcp --workspace /path/to/asset-workspace

Or in an MCP client config:

{
  "mcpServers": {
    "asset-transform": {
      "command": "npx",
      "args": ["-y", "atx-mcp", "--workspace", "/path/to/asset-workspace"]
    }
  }
}

Supported platforms

macOS arm64 / x64, Linux x64 / arm64 (static musl, no glibc requirement), Windows x64. On any other platform, build from source with a Rust toolchain.

Other ways to install

This npm launcher exists so that a Node-only environment can run the server with nothing to install. The same binary is also distributed directly:

  • cargo binstall atx-mcp — prebuilt binary via a Rust toolchain, no compilation
  • cargo install atx-mcp — build from source (any platform Rust supports)
  • docker run -i --rm -v "$PWD:/workspace" ghcr.io/gridhra/atx-mcp:latest (pin a version tag in production; paths passed to the tools are container paths under /workspace)
  • Archives and installer scripts on the Releases page

Full documentation: https://github.com/gridhra/atx-mcp

MIT licensed.

Keywords

mcp

FAQs

Package last updated on 17 Sep 2026

Related posts