Loading...
{
"mcpServers": {
"aseprite": {
"command": "/opt/homebrew/bin/uv",
"args": [
"--directory",
"/path/to/repo",
"run",
"-m",
"aseprite_mcp"
]
}
}
}aseprite_mcpExposes Aseprite's API for programmatic control via MCP.
Allows for writing and modifying Aseprite files and settings.
The Aseprite MCP server offers powerful automation capabilities but requires careful consideration of potential risks. It's relatively safe if used for read-only operations or within a tightly controlled environment. Risks increase with write operations and the complexity of the controlling Python scripts.