# tixl3d/tixl | Model Context Protocol (MCP) Server > TiXL is an open source software to create realtime motion graphics. - **Stars**: ⭐ 5,036 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "tixl": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tixl" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "tixl": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tixl" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-tixl` - **Docker**: `docker run -i --rm mcp/tixl`