Deploy apps from VS Code-compatible IDEs - setup guide
This guide shows how to connect AppDeploy to VS Code-compatible IDEs - VSCodium, Windsurf, and other editors that install extensions from the Open VSX registry - so you can deploy apps from your AI agent and get a live URL back.
Using GitHub Copilot in VS Code itself? See the GitHub Copilot setup guide instead.
VSCodium and IDEs with VS Code’s built-in MCP support
Install the AppDeploy extension from Open VSX, or search for AppDeploy in the editor’s Extensions view. The extension registers the AppDeploy MCP server automatically.
Open the Command Palette (
Cmd+Shift+Pon macOS,Ctrl+Shift+Pon Windows and Linux) and run MCP: List Servers. Select AppDeploy (listed under Extensions), then choose Start Server.A browser window opens for sign-in - complete it with Google, Apple, X, or Guest. AppDeploy is now connected.
Windsurf and IDEs with their own MCP settings
Some VS Code-compatible IDEs run their own AI agent with its own MCP configuration. Add AppDeploy as a remote MCP server there instead.
In Windsurf, open Cascade’s MCP settings (Windsurf Settings → Cascade → Manage plugins) and add a custom server - or edit
~/.codeium/windsurf/mcp_config.jsondirectly:{ "mcpServers": { "appdeploy": { "serverUrl": "https://api-v2.appdeploy.ai/mcp" } } }In other IDEs, add AppDeploy as a remote (HTTP) MCP server in the IDE’s MCP settings using the AppDeploy MCP URL:
https://api-v2.appdeploy.ai/mcpRefresh or start the server. When prompted, complete the sign-in: Google, Apple, X, or Guest
Deploy
Setup is done! Ask your IDE’s AI agent (for example, Cascade in Windsurf) to build your app - it will use AppDeploy to deploy it. For example:
“Build a Hello webpage with a global visitor counter and deploy it with AppDeploy.”
Need Help?
If you encounter any issues, check our troubleshooting guide or contact us at support@appdeploy.ai.