Skip to content
VS Code

AppDeploy for VS Code

ai.appdeploy/deploy-app

AppDeploy turns app ideas described in AI chat into live full-stack web applications

client:VS Code transport:streamable-http

Install AppDeploy in VS Code

.vscode/mcp.json

{
  "servers": {
    "deploy-app": {
      "type": "http",
      "url": "https://api-v2.appdeploy.ai/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AppDeploy in other clients