Procedure
Install Cloudflare Wrangler
Ensure Node.js is available, install Wrangler as a project (or global) npm dependency per Cloudflare docs, then verify with npx wrangler --version.
Ensure Node.js and npm are installed (nvm/fnm recommended). Per https://
Ensure Node.js and npm are installed (nvm/fnm recommended). Per https://developers.cloudflare.com/workers/wrangler/install-and-update/ , in your Worker project run: npm i -D wrangler@latest (or yarn/pnpm/bun equivalent). Cloudflare recommends local project installs over global.
Optional: npx wrangler login to authenticate with Cloudflare.
Optional: npx wrangler login to authenticate with Cloudflare.
npx wrangler --version
npx wrangler --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.