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

Claude adds interactive chart and diagram creation feature
Claude can now generate interactive visuals including charts, diagrams, and explorable breakdowns directly within conversations. The feature is available in beta across all plans including free tier.

MCP Lets Claude Analyze Google Search Console Data Automatically
A new free MCP connects Claude directly to Google Search Console, enabling natural language queries on search performance data like queries, pages, clicks, and CTR without manual CSV exports.

Markdown as Protocol for Agentic UI with Streaming Execution
A prototype uses Markdown as a unified protocol for AI agents to stream text, executable code, and data in a single response. It features streaming execution where code runs statement-by-statement as it arrives and a mount() primitive for creating React UIs with data flow between client, server, and LLM.

Solo Dev Uses Claude + Blender MCP to Create App Store Video in 90 Minutes
Reddit user Positive_Camel2086 details how they used Claude with the Blender MCP server to generate a 10-second vertical launch video, automating camera rigging, materials, fog, and particle systems via conversational prompts.