Local MCP server for automating Spine projects via the official CLI, enabling AI tools to inspect, export, import, and add animations to .spine files.
| Tool name | Description | Destructive? |
|---|---|---|
| spine_scan_corpus | โ no | |
| spine_recommend_animation_params | โ no | |
| spine_build_animation_from_json | โ no | |
| spine_learn_from_corpus | โ no | |
| spine_create_loading_animation_preset | โ no |
| spine_control_bones | โ no | |
| spine_add_simple_animation | โ no | |
| spine_info | โ no | |
| spine_build_animation_from_existing_project | โ no | |
| spine_clean | โ no | |
| spine_generate_animation_json | โ no | |
| spine_get_generation_guide | โ no | |
| spine_import_json | โ no | |
| spine_analyze_json | โ no | |
| spine_export | โ no | |
| spine_open_project | โ no |
{
"mcpServers": {
"spine": {
"command": "npx",
"args": [
"-y",
"spine-mcp"
]
}
}
}