Nakkas MCP Server Generates Animated SVGs from AI Descriptions

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
Getting Started
You can install and run Nakkas using:
npx nakkas@latestThe 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
👀 See Also

Cognithor v0.40.0 adds persistent AI agent identity with ethical constraints
Cognithor v0.40.0 introduces the Immortal Mind Protocol, giving local AI agents persistent identity across sessions with 7 hardwired ethical anchors and dream cycles for memory consolidation. The update adds 9,488 lines of code and runs 100% locally.

Yozora-fm: Interactive Anime Music Galaxy Visualization
Yozora-fm is an interactive visualization where each star represents an anime opening or ending song, with over 9,000 tracks mapped by genre and era. Users can click stars to play videos or explore the galaxy interface.

Real-time stock analysis added to Claude Desktop via MCP server
A developer built an MCP server called agent-toolbelt that adds real-time stock analysis capabilities to Claude Desktop and Claude Code, providing live data for investment analysis instead of Claude's training data guesses.

Building a Persistent AI Knowledge Infrastructure with OpenClaw
A developer built 'Brain'—a central knowledge service with local RAG, multi-agent coordination, and a typed plugin system—to solve the statelessness problem in AI setups. The system runs entirely on local hardware using Ollama, Postgres, MongoDB, Qdrant, and Memgraph.