Skip to content
MCP Server Community By @diivi

diivi/aseprite-mcp

🐍 🏠 - MCP server using the Aseprite API to create pixel art

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: diivi/aseprite-mcp Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-diivi-aseprite-mcp

Detailed Documentation

🐍 🏠 - MCP server using the Aseprite API to create pixel art

Configuration

{
  "mcpServers": {
    "diivi-aseprite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-diivi-aseprite-mcp"
      ],
      "env": {}
    }
  }
}