Skip to content

Releases: willibrandon/pixel-mcp

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 18 Oct 23:30
96e59ec

Pixel MCP Server v0.5.0 (2025-10-18T23:29:26Z)

Installation

Download the appropriate binary for your platform below, extract it, and add it to your PATH.

Alternatively, install with Go:

go install github.com/willibrandon/pixel-mcp/cmd/pixel-mcp@v0.5.0

Configuration Required

Before using the server, create a configuration file at ~/.config/pixel-mcp/config.json:

{
  "aseprite_path": "/absolute/path/to/aseprite",
  "temp_dir": "/tmp/pixel-mcp",
  "timeout": 30,
  "log_level": "info"
}

See README.md for full documentation.

Changelog

Features

Others

Full Changelog: v0.4.0...v0.5.0


For issues and support, visit: https://github.com/willibrandon/pixel-mcp/issues

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Oct 21:47
de483bb

Pixel MCP Server v0.4.0 (2025-10-18T21:46:25Z)

Installation

Download the appropriate binary for your platform below, extract it, and add it to your PATH.

Alternatively, install with Go:

go install github.com/willibrandon/pixel-mcp/cmd/pixel-mcp@v0.4.0

Configuration Required

Before using the server, create a configuration file at ~/.config/pixel-mcp/config.json:

{
  "aseprite_path": "/absolute/path/to/aseprite",
  "temp_dir": "/tmp/pixel-mcp",
  "timeout": 30,
  "log_level": "info"
}

See README.md for full documentation.

Changelog

Features

Bug Fixes

Others

Full Changelog: v0.3.0...v0.4.0


For issues and support, visit: https://github.com/willibrandon/pixel-mcp/issues

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Oct 06:11

Pixel MCP Server v0.3.0 (2025-10-18T06:10:29Z)

Installation

Download the appropriate binary for your platform below, extract it, and add it to your PATH.

Alternatively, install with Go:

go install github.com/willibrandon/pixel-mcp/cmd/pixel-mcp@v0.3.0

Configuration Required

Before using the server, create a configuration file at ~/.config/pixel-mcp/config.json:

{
  "aseprite_path": "/absolute/path/to/aseprite",
  "temp_dir": "/tmp/pixel-mcp",
  "timeout": 30,
  "log_level": "info"
}

See README.md for full documentation.

Changelog

Features

Bug Fixes

Others

  • 0050ac6: refactor: update release header to reflect project name change to Pixel MCP (@willibrandon)

Full Changelog: v0.2.0...v0.3.0


For issues and support, visit: https://github.com/willibrandon/pixel-mcp/issues

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Oct 02:50

Pixel MCP Server v0.2.0 (2025-10-18T02:49:25Z)

Installation

Download the appropriate binary for your platform below, extract it, and add it to your PATH.

Alternatively, install with Go:

go install github.com/willibrandon/pixel-mcp/cmd/pixel-mcp@v0.2.0

Configuration Required

Before using the server, create a configuration file at ~/.config/pixel-mcp/config.json:

{
  "aseprite_path": "/absolute/path/to/aseprite",
  "temp_dir": "/tmp/pixel-mcp",
  "timeout": 30,
  "log_level": "info"
}

See README.md for full documentation.

Changelog

Features

Bug Fixes

Others

Full Changelog: v0.1.0...v0.2.0


For issues and support, visit: https://github.com/willibrandon/pixel-mcp/issues

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Oct 02:59

Pixel MCP Server v0.1.0 (2025-10-17T02:58:29Z)

Installation

Download the appropriate binary for your platform below, extract it, and add it to your PATH.

Alternatively, install with Go:

go install github.com/willibrandon/aseprite-mcp/cmd/aseprite-mcp@v0.1.0

Configuration Required

Before using the server, create a configuration file at ~/.config/aseprite-mcp/config.json:

{
  "aseprite_path": "/absolute/path/to/aseprite",
  "temp_dir": "/tmp/aseprite-mcp",
  "timeout": 30,
  "log_level": "info"
}

See README.md for full documentation.

Changelog

Features

Bug Fixes

Read more