Aseprite MCP Tools

Aseprite MCP Tools

site icon
2025.04.06 16
Python图形绘制自动化操作开发效率
Aseprite MCP Tools 是一个 Python 模块,作为 MCP 服务器用于与 Aseprite API 进行交互。它允许用户通过 MCP 协议与 Aseprite 进行通信,实现自动化操作,例如绘制图形。
View on GitHub

Overview

基本能力

产品定位

Aseprite MCP Tools 是一个用于与 Aseprite API 交互的 MCP 服务器,主要用于图形绘制和自动化操作。

核心功能

  • 通过 MCP 协议与 Aseprite 进行通信
  • 支持自动化操作,如绘制图形
  • 提供 Python 模块接口

适用场景

  • 自动化图形绘制
  • 与 Aseprite 集成的开发工作流

工具列表

  • aseprite_mcp:Python 模块,提供与 Aseprite API 交互的功能

常见问题解答

暂无提供

使用教程

使用依赖

  • Python 环境
  • Aseprite 软件

安装教程

  1. 确保已安装 Python 和 Aseprite
  2. 配置 MCP 服务器,示例配置如下:
{
  "mcpServers": {
      "aseprite": {
          "command": "/opt/homebrew/bin/uv",
          "args": [
              "--directory",
              "/path/to/repo",
              "run",
              "-m",
              "aseprite_mcp"
          ]
      }
  }
}

调试方式

暂无提供具体调试命令

许可证

该项目遵循 MIT 开源许可条款,请参阅 MIT 了解完整条款。