Deploy apps from GitHub Copilot - setup guide
This guide shows how to connect AppDeploy to GitHub Copilot in VS Code so you can deploy apps from Copilot chat and get a live URL back.
Recommended: install the AppDeploy extension
Install the AppDeploy extension from the VS Code Marketplace. On that page, click Install and VS Code opens and adds the extension in one click.
Using VSCodium, Windsurf, or another VS Code-compatible IDE? See the VS Code-compatible IDEs setup guide instead.
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.
Or add the MCP server manually
Prefer not to install an extension? Add AppDeploy as an MCP server directly.
In VS Code, open the Command Palette and run MCP: Add Server
Choose HTTP (a remote server), then enter the AppDeploy MCP URL:
https://api-v2.appdeploy.ai/mcpName it
AppDeployand choose where to save it (workspace or global).Alternatively, add it directly to a
.vscode/mcp.jsonfile:{ "servers": { "appdeploy": { "type": "http", "url": "https://api-v2.appdeploy.ai/mcp" } } }Start the server. A browser window opens for sign-in - complete it with Google, Apple, X, or Guest.
Deploy
Setup is done! Open Copilot Chat in Agent mode and ask it to build your app - it will use AppDeploy to deploy it. For example:
“Build a Hello Copilot 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.