AppDeploy for Claude Desktop
ai.appdeploy/deploy-app
AppDeploy turns app ideas described in AI chat into live full-stack web applications
client:Claude Desktop
transport:streamable-http
Install AppDeploy in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"deploy-app": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api-v2.appdeploy.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs