piskel-mcp-server

yafeiaa/piskel-mcp-server
★ 4 stars TypeScript 🤖 AI/LLM Updated 21d ago
A Model Context Protocol server for Piskel pixel art editor. Enables AI assistants to create and manipulate pixel art through the Model Context Protocol. Piskel 像素画编辑器的 MCP(Model Context Protocol)服务器。让 AI 助手能够通过 MCP 协议创建和操作像素画。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "piskel-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "yafeiaa/piskel-mcp-server"
      ]
    }
  }
}

Topics

aiartgamegame-developmentmcppiskel