# EsotericSoftware/spine-runtimes | Model Context Protocol (MCP) Server > 2D skeletal animation runtimes for Spine. - **Stars**: ⭐ 5,203 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "spine-runtimes": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-spine-runtimes" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "spine-runtimes": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-spine-runtimes" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-spine-runtimes` - **Docker**: `docker run -i --rm mcp/spine-runtimes`