# shader-slang/slang | Model Context Protocol (MCP) Server > Making it easier to work with shaders - **Stars**: ⭐ 5,520 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "slang": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-slang" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "slang": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-slang" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-slang` - **Docker**: `docker run -i --rm mcp/slang`