Show HN: P5.js AI Editor – An AI-assisted code editor using Claude and MCP
1 adilmoujahid 0 6/18/2025, 12:55:02 PM github.com ↗
I recently shared a blog post about building a p5.js editor that can be controlled entirely through natural language prompts via Claude Desktop and a custom MCP server. Here's the open-source implementation:
GitHub: https://github.com/adilmoujahid/p5js-ai-editor
The app is a p5.js code editor that sends natural language prompts to Claude through a custom MCP server using WebSockets. It updates the canvas and code based on responses, aiming to blend human creativity with AI assistance in creative coding.
This is an early experiment, and I’d love feedback, suggestions, or ideas for expansion.
Related blog post (for context): https://news.ycombinator.com/item?id=44285012
No comments yet