Ship a Full-Stack App with One Prompt

Copy this prompt into your AI coding agent, or open it in one below.

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide

Blog

Announcing the Puter MCP Server

On this page
Puter MCP Server

Good news—you can now interact with Puter over MCP. This lets you connect your favorite vibe coding tool to Puter and access features like the file system, hosting, workers, and more, right from your AI coding assistant.

Adding It to Your Vibe Coding Tool

Claude

Run this command:

claude mcp add --transport http --scope user puter https://mcp.puter.com/

Codex

Run this command:

codex mcp add puter --url https://mcp.puter.com/

Other Coding Tools

The process should be similar—follow your tool's instructions for adding an MCP server, and point it at the server URL:

https://mcp.puter.com/

Excited to see what you build with Puter.js.

Ship a Full-Stack App with One Prompt

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide