Install
$ agentstack add mcp-apolotary-awesome-creative-agentic-coding ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Awesome Creative Agentic Coding [](https://github.com/sindresorhus/awesome)
> A curated list of creative coding that involves agents.
Creative agentic coding is what happens when an autonomous agent — an LLM in a loop, with tools, memory, and the ability to act — becomes part of a creative-coding pipeline. It is distinct from "AI for art" (text-to-image, model-only) and from pure creative coding (code-only). The agent is in the loop: picking parameters, chaining tools, judging its own output, and sometimes performing live.
This list intentionally excludes generic agent infrastructure (coding agents, agent frameworks, agent theory) unless it has a documented creative-coding usage. For those, see e2b-dev/awesome-ai-agents and punkpeye/awesome-mcp-servers.
Please read the [contribution guidelines](contributing.md) before contributing.
Contents
- [Skills, Patterns & Cookbooks](#skills-patterns--cookbooks)
- [MCP Servers for Creative Work](#mcp-servers-for-creative-work)
- [Image, Video, Audio Generation](#image-video-audio-generation)
- [3D & Game Engines](#3d--game-engines)
- [Live Visuals & Compositing](#live-visuals--compositing)
- [Music & Live Coding](#music--live-coding)
- [Computer Vision](#computer-vision)
- [Design, Drawing & Web Surfaces](#design-drawing--web-surfaces)
- [Multi-Agent Creative Pipelines](#multi-agent-creative-pipelines)
- [Projects, Demos & Installations](#projects-demos--installations)
- [Articles](#articles)
- [Papers](#papers)
- [Books](#books)
- [Communities](#communities)
- [Workshops & Education](#workshops--education)
- [Related Lists](#related-lists)
- [Contributing](#contributing)
- [License](#license)
Skills, Patterns & Cookbooks
Small, declarative bundles of instructions, scripts, and resources that turn a generic agent into a creative-coding collaborator.
- anthropics/skills — Anthropic's official Skills repo. Creative ones inside:
algorithmic-art(p5.js with seeded randomness, flow fields, particle systems),canvas-design,web-artifacts-builder,theme-factory,slack-gif-creator. - black-forest-labs/skills — Official FLUX prompting + API skills following the agentskills.io spec; first-party from a generative-image model maker.
- tlehman/litprog-skill — Cross-harness literate-programming skill (Claude Code / opencode / Hermes); a clean pattern for documented creative-code notebooks.
MCP Servers for Creative Work
Model Context Protocol gives agents tools. These let an agent control the actual creative software.
Image, Video, Audio Generation
- Replicate MCP — Official MCP for Replicate's hosted-models API (image, video, audio, ML).
- Hugging Face MCP Server — Official MCP for Hub search plus thousands of Gradio apps and Spaces.
- PiAPI MCP — One-stop MCP for Midjourney, Flux, Kling, Luma, Udio, Chirp, Trellis.
- Nano Banana MCP — Server for Google Gemini 2.5 Flash Image generation/editing.
- Stability AI MCP — Stability generate / edit / upscale.
- ElevenLabs MCP — Official ElevenLabs TTS, voice cloning, transcription, conversational AI.
- Runway API MCP — Official Runway text-to-image, image-to-video, upscaling.
- Suno MCP — Suno music + lyrics + cover workflows.
- ComfyUI Cloud MCP — Official ComfyUI Cloud MCP for workflow execution.
- ComfyUI MCP (local) — Lightweight Python MCP for a local ComfyUI instance.
- FFmpeg / Video-Audio MCP — FFmpeg-powered trimming, transitions, overlays.
3D & Game Engines
- Blender MCP — ahujasid — The de-facto Blender MCP. Two-way Claude/Blender bridge: objects, materials, scene inspection, Python eval.
- meshgen — Hugging Face addon for using AI agents directly inside Blender.
- Blender MCP — Common Sense Machines — Text-to-4D-worlds variant.
- Houdini MCP — Comprehensive SideFX Houdini MCP (168 tools, 19 categories).
- Godot MCP — Godot Engine MCP for launching projects, managing scenes, and capturing debug output.
- Unity MCP — CoplayDev — Unity Editor bridge for AI assistants; assets, scenes, scripts, automation.
- Unity MCP — IvanMurzak — Develop+test loop; any C# method becomes a tool with one line.
- Unreal MCP — Unreal Engine over natural language for Cursor / Claude Desktop / Windsurf.
Live Visuals & Compositing
- TouchDesigner MCP — 8beeeaaat — Agents create/connect operators, run Python live in TD.
- TouchDesigner MCP — satoruhiga — Claude Code plugin for TouchDesigner from Satoru Higa (Rhizomatiks-affiliated).
- After Effects MCP — Drives AE via ExtendScript: comps, text, shapes, properties.
- OBS MCP — OBS scenes, sources, recording, streaming — useful for AI-directed live streams.
Music & Live Coding
- Ableton MCP — ahujasid — Reference Ableton Live MCP; tracks, clips, MIDI, devices via natural language.
- REAPER MCP — Comprehensive REAPER MCP for fully mixed/mastered tracks via agent calls.
- SuperCollider MCP — MCP over OSC; agents write and evaluate synthesis code live.
- Sonic Pi MCP — Natural language to Sonic Pi over OSC.
- Strudel MCP — live-coding-music-mcp — Direct Claude control of Strudel.cc with audio analysis.
- Strudel — strands-strudel — Real-time Strudel pattern generation via Strands Agents + WebSocket playback.
- Strudel — apfelstrudel — Strudel environment with embedded AI chat partner.
- Strudel — param-strudels — Autonomous AI agent that reads, writes, and evaluates Strudel in a browser IDE.
- MIDI MCP — Generate MIDI from text-based music data via any agent.
- music21 MCP — Symbolic music analysis and generation via FastMCP.
- MuseScore MCP — WebSocket MCP bridge for composing, editing, and navigating MuseScore notation.
Computer Vision
- mcp-vision — HuggingFace CV models (e.g., zero-shot detection) as agent tools.
- OpenCV MCP — Image/video processing (filters, edges, face/object detect, tracking).
- YOLO MCP — YOLO detection, segmentation, classification, pose.
Design, Drawing & Web Surfaces
- Figma MCP Server — Official Figma MCP for design context and native canvas writes from agentic tools.
- Cursor Talk to Figma — MCP between agentic IDEs and Figma; read & modify designs programmatically.
- Playwright MCP — Official Microsoft MCP for browser control, screenshots, and visual feedback loops.
- tldraw — make-real — "Draw a UI, make it real" reference repo and agent starter kit.
- p5.js AI Editor + MCP — Web-based p5.js IDE controlled entirely through Claude via 13-tool MCP server.
Multi-Agent Creative Pipelines
Where the agentic part is the artwork.
- microsoft/muzic — MusicAgent — LLM-driven autonomous agent orchestrating HuggingFace + GitHub + Web-API music tools.
- magenta-realtime — Open-weights live-music model from the Lyria RealTime research line; performed live by Toro y Moi at Google I/O 2025.
- HKUDS/VideoAgent — Agentic video understanding + editing + remaking with self-evaluation loops.
- HKUDS/ViMax — Director / Screenwriter / Producer / Generator multi-agent video pipeline.
- vrch.io — Agentic VJ System — Multimodal AI agent generates audio/camera-reactive visuals with MIDI/OSC/keyboard control; deployed at CES, SIGGRAPH ASIA, Outernet London. Backend:
comfyui-web-viewer. - janvanwassenhove/MusicAgent — Multi-agent system that programs full songs in Sonic Pi.
- lllindsey0615/ComposerX — Multi-agent symbolic music composition (Leader / Melody / Harmony / Reviewer).
- AIDC-AI/ComfyUI-Copilot — LLM multi-agent assistant for automatic ComfyUI workflow generation.
- comfyuiLLM_party — Full LLM agent framework as ComfyUI nodes (MCP, GPT-sovits, FLUX prompt nodes).
- Limbicnation/hermes-asset-pipeline — Hermes-driven asset pipeline integrating ComfyUI, Blender, Godot 4.x, Python.
Projects, Demos & Installations
- Apolotary/blob-tracker — Audio-reactive blob tracking on video; Hermes Agent skill with Kimi-driven creative parameter selection.
- Sougwen Chung — D.O.U.G. — Decade-long human-machine drawing collaborations; Spectral / DOUG4 (WEF Davos 2025) couples live EEG biofeedback with an AI trained on her own stroke data driving robotic painting arms.
- Daito Manabe / Rhizomatiks — Live AV system with 64 AI agents that perceive music and autonomously generate visuals, dance, and reactions; Latent Body converts dance into video via diffusion.
- pkmital/dance2dance — Discrete Figures: seq2seq of dance data (Mikiko + Daito Manabe + Kyle McDonald).
- Holly Herndon — Holly+ / Spawn — Neural "digital twin" voice and Spawn, an AI vocalist that responds in real time on tour.
- Memo Akten — ULTRACHUNK — Live improvisational duet between Jennifer Walshe and a real-time generative neural network.
- BottoDAO — Multi-thousand-member community whose entire purpose is co-creating with an autonomous AI artist.
- a16z-infra/ai-town — Deployable starter kit for a virtual town where AI characters live, chat, and socialize; the most-forked agentic-simulation-as-art base.
Articles
- Claude for Creative Work — Anthropic — MCP connectors that let Claude take actions inside Adobe Creative Cloud, Affinity, Autodesk Fusion, Blender, Resolume Arena/Wire, SketchUp, Splice, Ableton.
- Creative Coding with Claude 3.5 Sonnet Artifacts and p5.js — sankalp — Concrete example: A*, Hilbert curves, Perlin noise, all assembled via Claude in minutes.
- Building a p5.js Editor Controlled by Claude and an MCP Server — Adil Moujahid — Full MCP-server walkthrough that turns Claude into a p5.js controller.
- How it's Made — ShiffBot — Google Developers Blog — A Gemini-powered tutor agent embedded in the p5.js editor with Daniel Shiffman's persona.
Papers
- ComposerX: Multi-Agent Symbolic Music Composition with LLMs — Leader / melody / harmony / instrument / reviewer / arrangement agents.
- CREA: A Collaborative Multi-Agent Framework for Creative Image Editing and Generation — Specialized agents conceptualize → generate → critique → enhance.
- SketchAgent: Language-Driven Sequential Sketch Generation — LLM emits stroke sequences directly to a canvas.
- Live Improvisation with Fine-Tuned Generative AI (NIME 2025) — Stable Audio Open + Ableton + Musical Metacreation.
- Mixer Metaphors (NIME 2025) — Repurposing analog mixer affordances for tactile control of LLM parameters.
- NeurIPS Workshop on Creativity & Generative AI — The academic anchor for the field.
Books
- The Nature of Code (2nd ed., 2024) — Daniel Shiffman — New edition includes ml5.js machine-learning chapters; the canonical creative-coding-meets-ML primer (full text under Creative Commons).
Communities
- AI Music Creativity (AIMC) — Conference + community; 2025 theme: "The Artist in The Loop."
- BottoDAO — The community organized around an autonomous AI artist.
Workshops & Education
- Xemantic — Agentic AI & Creative Coding — Berlin workshops by Kazik Pogoda; OPENRNDR + Claude. Companion repo:
xemantic-ai-workshop. - Anthropic — Claude for Creative Work academic partners — RISD (Art & Computation), Ringling, Goldsmiths MA/MFA Computational Arts.
Related Lists
- terkelg/awesome-creative-coding — The canonical creative-coding list; this list is its agentic descendant.
- vibertthio/awesome-machine-learning-art — ML-for-art (pre-agentic, heavy people/projects overlap).
- filipecalegario/awesome-generative-ai — Generative AI tools, works, models, refs.
- jonathandinu/ai4artists — AI art courses, tools, libraries, places.
- ml4a/ml4a — Gene Kogan's ML-for-Artists library + notebooks.
- toplap/awesome-livecoding — Live-coding tools and languages.
Contributing
See [contributing.md](contributing.md). Pull req
…
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Apolotary
- Source: Apolotary/awesome-creative-agentic-coding
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.