How to make vibe coding not suck…

· coding · Source ↗

Watch on YouTube ↗ Summary based on the YouTube transcript and episode description.

Fireship’s Jeff Delaney argues 7 specific MCP servers make AI-assisted coding meaningfully more reliable for experienced devs.

  • MCP (Model Context Protocol) standardizes how coding agents talk to external systems — docs, APIs, live data, cloud infra.
  • Svelte MCP server (released Oct 2025) runs static analysis and auto-fixes hallucinated React code injected into Svelte projects.
  • Figma MCP server pulls design files and implements them as HTML/CSS, React, Tailwind, or iOS components directly.
  • Stripe MCP fetches versioned API docs and exposes live account tools — enabling (and risking) bulk actions like mass refunds from a single prompt.
  • Sentry MCP lets the agent query live runtime errors and fix them without the developer reading the stack traces.
  • Atlassian and GitHub MCP servers pull Jira/GitHub issues so the agent can fix and close tickets autonomously.
  • AWS, Cloudflare, and Vercel MCP servers can provision real cloud infrastructure — Fireship notes AI won’t forget to shut down idle EC2 instances, but hedges the claim.

2025-10-14 · Watch on YouTube