Back to MCP Servers
Nakkas
MCP server that turns AI into an SVG artist. One rendering engine with JSON config, AI controls all design parameters. CSS @keyframes + SMIL animations, 16+ element types, parametric curves, filters, gradients, PNG preview.
art-cultureai
By arikusi
Installation
npx -y nakkasConfiguration
{
"mcpServers": {
"nakkas": {
"command": "npx",
"args": ["-y", "nakkas"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes