spine-mcp-server

zhoushengmin/spine-mcp-server
★ 1 stars TypeScript AI/LLM Updated 1d ago
AI-driven Spine 3.8.75 animation workflow server. 55 MCP tools for Trae, Cursor, Claude Desktop, Codex, Windsurf, Cline and any MCP-compatible AI client. Bones, animations, atlases, constraints, skins, mesh editing and more.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spine-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "zhoushengmin/spine-mcp-server"
      ]
    }
  }
}