这是一个Python模块,可作为MCP服务器与Aseprite API进行交互,为Aseprite的使用提供便利。
该工具作为Python模块,能充当MCP服务器,实现与Aseprite API的交互。
在Aseprite中,借助此工具,Cursor能够绘制云的形状等,可通过以下链接查看功能演示: 请参阅此处查看功能演示
可通过以下配置进行安装:
{
"mcpServers": {
"aseprite": {
"command": "/opt/homebrew/bin/uv",
"args": [
"--directory",
"/path/to/repo",
"run",
"-m",
"aseprite_mcp"
]
}
}
}