https://github.com/diivi/aseprite-mcp
MCP server for interacting with the Aseprite API
https://github.com/diivi/aseprite-mcp
Last synced: 6 months ago
JSON representation
MCP server for interacting with the Aseprite API
- Host: GitHub
- URL: https://github.com/diivi/aseprite-mcp
- Owner: diivi
- License: mit
- Created: 2025-04-05T21:55:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T21:57:59.000Z (7 months ago)
- Last Synced: 2025-04-23T04:57:10.562Z (6 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **aseprite-mcp** - MCP server for interacting with the Aseprite API `python` `mcp` `server` `api` `http` `pip install git+https://github.com/diivi/aseprite-mcp` (AI/ML)
- awesome-mcp-servers - **aseprite-mcp** - MCP server for interacting with the Aseprite API `python` `mcp` `server` `api` `http` `pip install git+https://github.com/diivi/aseprite-mcp` (AI/ML)
- awesome-mcp-zh - diivi/aseprite-mcp
- best-of-mcp-servers - GitHub
- awesome-mcp-servers - diivi/aseprite-mcp - Aseprite APIを使用してピクセルアートを作成するMCPサーバー (サーバー実装 / 🎨 <a name="art-and-culture"></a>芸術と文化)
README
# Aseprite MCP Tools
A Python module that serves as an MCP server for interacting with the Aseprite API
Demo where Cursor draws a cloud in aseprite using the MCP:
https://github.com/user-attachments/assets/572edf75-ab66-4700-87ee-d7d3d196c597
## Installation:
```json
{
"mcpServers": {
"aseprite": {
"command": "/opt/homebrew/bin/uv",
"args": [
"--directory",
"/path/to/repo",
"run",
"-m",
"aseprite_mcp"
]
}
}
}
```