Just shipped it! v1.1.0 adds streamable HTTP transport for Aseprite MCP Pro.
Start the server with:
node server/build/index.js --http
Then configure your client:
{
"mcpServers": {
"aseprite-mcp-pro": {
"type": "streamable-http",
"url": "http://127.0.0.1:8003/mcp"
}
}
}
Port is customizable with --http-port or the ASEPRITE_MCP_HTTP_PORT env var (default: 8003).
Let me know how it goes!