I'm curious if anyone has experimented with the Supabase MCP server because it's fantastic for launching quick projects. I just built a web app that generates desktop wallpapers, and I was really impressed with the features it offers. It handles authentication, user management, storage for wallpaper files, and a database for metadata. I even made a video tutorial showing the entire process which you can check out [here](https://www.youtube.com/watch?v=KmjhwRYBbok). One thing I found disappointing, though, is that the MCP server currently doesn't support deploying edge functions, but I hope that changes soon. On a positive note, Cline helped me track costs effortlessly; my total was just over $2, with a few extra dollars spent on trying additional integrations.
1 Answer
Totally with you on that! I'm also playing around with Supabase MCP using Cline for my web apps. It really is impressive. Cline can generate frontend UI components and handle backend data fetching, and it sets up the database too! At this point, all you really need is a .env file and project requirements, and these tools can create complete systems for you.
Have you hosted any of these projects yet? How did Supabase MCP help with deployment? I’m still figuring that part out.