AppDeploy turns app ideas described in AI chat into live full-stack web applications
claude mcp add deploy-app --transport http https://api-v2.appdeploy.ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"deploy-app": {
"url": "https://api-v2.appdeploy.ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"deploy-app": {
"serverUrl": "https://api-v2.appdeploy.ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"deploy-app": {
"type": "http",
"url": "https://api-v2.appdeploy.ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"deploy-app": {
"url": "https://api-v2.appdeploy.ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"deploy-app": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api-v2.appdeploy.ai/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api-v2.appdeploy.ai/mcp | none |
Clean install config, worked in Claude Code out of the box.
Handles edge cases better than most listings in this category.
Used it in a multi-step workflow; results were consistent.
Great docs mapping to real tool behavior. Auth was painless.
POST /mcp