p5.js (MCP Server)

GitHub

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. Looking for p5.js 2.0? http://beta.p5js.org

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "p5.js": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-p5.js"
      ]
    }
  }
}