Back to MCP Servers
🔌

diivi/aseprite-mcp

MIT

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

PythonAPIs

Install

npx -y diivi-aseprite-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "diivi-aseprite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "diivi-aseprite-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.