Making it easier to work with shaders
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"slang": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slang"
]
}
}
}