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"
]
}
}
}