Cursor
Give Cursor the platform as tools.
Create this file in your project as .cursor/mcp.json, or in ~/.cursor/mcp.json to have it in every project:
{
"mcpServers": {
"uarpie": { "command": "npx", "args": ["-y", "uarpie", "mcp", "--client", "cursor"] }
}
}
Cursor picks it up on the next start. In the agent chat you can then say "put this app online with uarpie" and the agent runs the deploy itself.
The --client cursor part only affects one thing: version history in your dashboard shows "by Cursor" instead of "by an AI agent".
Everything else works exactly as described for Claude Code.