Nakkas MCP Server Generates Animated SVGs from AI Descriptions

✍️ OpenClawRadar📅 Published: April 19, 2026🔗 Source
Nakkas MCP Server Generates Animated SVGs from AI Descriptions
Ad

Nakkas is an MCP server that enables AI to create animated SVGs from scratch. You describe what you want, and the AI constructs the full configuration including shapes, gradients, animations, and filters, with the server rendering clean animated SVG output.

Key Features and Capabilities

According to the source, Nakkas can generate:

  • Animated logos, loading spinners, and data visualizations
  • Scatter fields, radial patterns, and grid layouts
  • Parametric curves including rose, spiral, heart, and superformula shapes
  • 15 filter presets such as glow, neon, glitch, and chromatic aberration
  • CSS @keyframes + SMIL animations with zero JavaScript
  • Works anywhere SVG renders
Ad

Getting Started

You can install and run Nakkas using:

npx nakkas@latest

The tool is available via npm at https://www.npmjs.com/package/nakkas and the source code is hosted on GitHub at https://github.com/arikusi/nakkas.

The creator is seeking feedback and encourages users to share examples in the GitHub discussions.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

civStation: A VLM System for Playing Civilization VI via Natural Language Commands
Tools

civStation: A VLM System for Playing Civilization VI via Natural Language Commands

civStation is a computer-use VLM harness that plays Civilization VI by translating high-level natural language commands into in-game actions. The system uses a 3-layer architecture separating strategy and execution, with support for human-in-the-loop intervention.

OpenClawRadar
ClawCut: A Python Proxy That Makes Small Local LLMs Usable with OpenClaw
Tools

ClawCut: A Python Proxy That Makes Small Local LLMs Usable with OpenClaw

ClawCut is a Python Flask proxy that solves common problems when connecting 7B/14B local models to OpenClaw, including context poisoning, infinite loops, and failed cron job outputs. It implements dynamic amnesia during tool calls and auto-delivery for scheduled tasks.

OpenClawRadar
DELIGHT: Local Orchestrator Uses Multiple ChatGPT Sessions as Coordinated Agents
Tools

DELIGHT: Local Orchestrator Uses Multiple ChatGPT Sessions as Coordinated Agents

DELIGHT is a local orchestrator that runs multiple hidden ChatGPT browser sessions simultaneously, coordinating them like a team of agents without requiring API keys or GPU resources. It connects to OpenClaw as an action layer to apply changes to real files and run tests.

OpenClawRadar
Essential OpenClaw plugins for developers using AI coding agents
Tools

Essential OpenClaw plugins for developers using AI coding agents

A developer tested OpenClaw plugins and identified essential tools including env-guard for security, commit-guard for preventing bad commits, composio for connecting to 860+ tools, cortex-memory for long sessions, cost-tracker for spending visibility, and openclaw-better-gateway for fixing flaky connections.

OpenClawRadar