Back to MCP directory
publicPublicdnsLocal runtime

aseprite-mcp

一个Python模块,作为MCP服务器与Aseprite API交互

article

README

🚀 Aseprite MCP工具

这是一个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"
          ]
      }
  }
}
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client