Awesome MCPMedia & Creativity

diivi/aseprite-mcp

⭐ 542 Python added to this list on 2025-05-06 repository created 2025-04-05

Aseprite MCP Tools is a Python Model Context Protocol server that gives AI assistants control over Aseprite for creating pixel art and animated sprites. It exposes 104 tools in 17 categories. Canvas tools create sprites and manage layers, groups and frames; drawing tools plot pixels, lines, rectangles, circles, ellipses, polygons, paths, flood fills and linear gradients, each with a variant that targets a named layer and frame and creates the cel on demand. Because the Aseprite scripting API has no text drawing, glyphs are rasterised on the server and composited into the sprite, using either bitmap sprite-sheet fonts, which suit pixel art because scaling is by whole numbers, or TrueType files rendered without antialiasing by default; a measurement tool returns the same metrics the drawing tool will use, so a label can be centred or a plate sized in one pass. Other categories cover layer management with blend modes and merging, rectangular selections, effects such as outlines, colour replacement, HSL adjustment and ordered dithering, 24 animation tools for frames, cels, tags and tweening with easing, palette tools with retro presets, colour ramps and quantisation, transforms, slices with nine-patch centres and pivot points, tilemaps and tilesets, and export to PNG, GIF and sprite sheets per layer or per tag. Three analysis tools give the model visual feedback through onion-skin renders, frame diffing and colour statistics, and quality tools validate animation consistency. A local HTTP preview server and a raw Lua escape hatch complete the set. The toolset is deliberately shaped so a model can produce competent pixel art rather than only primitives. The README documents a worked example in which an assistant drew a 32 by 32 swordsman and a four-frame slash animation, checking its own output through scaled frame exports.

https://github.com/diivi/aseprite-mcp

mcp serverasepritepixel artanimationgraphicspythonsprites

Also in Media & Creativity

heygen-com/hyperframes

HyperFrames is an open-source framework that converts HTML, CSS, and media into deterministic MP4 videos, designed for AI agents and automated content creation workflows.

zcaceres/markdownify-mcp

Markdownify MCP Server is an MCP server that converts various file types and web content into Markdown format, enabling easy content sharing and management within the MCP ecosystem.

samuelgursky/davinci-resolve-mcp

DaVinci Resolve MCP Server is an MCP server that enables AI coding assistants like Cursor and Claude Desktop to control and query DaVinci Resolve through natural language commands.

heshengtao/comfyui_LLM_party

ComfyUI LLM Party is a versatile framework integrating multiple LLMs and MCP server support within ComfyUI to build customizable LLM workflows and AI assistants with social app integration and advanced multi-agent interactions.

MiniMax-AI/MiniMax-MCP

MiniMax-MCP is the official MiniMax Model Context Protocol server enabling MCP clients to interact with advanced AI APIs for text-to-speech, voice cloning, image, and video generation.

elevenlabs/elevenlabs-mcp

The official ElevenLabs MCP server enabling MCP clients to access advanced text-to-speech and audio processing capabilities through ElevenLabs' APIs.

gyoridavid/short-video-maker

Short Video Maker is an open-source tool that automates the creation of short-form videos for social media using the Model Context Protocol and a REST API.

abhiemj/manim-mcp-server

Manim MCP Server is an MCP server that executes Manim animation scripts and returns generated videos, enabling dynamic animation creation through the Model Context Protocol.