deployalo-mcp
v2.0.0
Published
MCP server for Deployalo - Deploy 37+ open source apps with AI assistance. OAuth 2.1 authentication.
Downloads
4
Maintainers
Readme
deployalo-mcp
MCP (Model Context Protocol) server for Deployalo - Deploy 37+ open source apps with AI assistance.
Features
- 37+ tools for managing Sites, Apps, VPS, and AI operations
- OAuth 2.1 authentication with Supabase
- Real-time streaming for long operations
- MCP Roots - AI can see your site's file structure
Quick Start
npx deployalo-mcpThis will:
- Open your browser for authentication
- Connect to
api.deployalo.com/mcp - Expose all 37+ tools to your AI client
Claude Desktop Configuration
Add to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"deployalo": {
"command": "npx",
"args": ["deployalo-mcp"]
}
}
}Available Tools
Sites (Static Hosting)
publish_website- Publish HTML as a live websiteupdate_website- Update existing siteimport_website- Import from URLbrowse_site_files- List files in site directoryread_site_file- Read file contentwrite_site_file- Write/create fileget_website_status- Get site infoupload_asset- Upload images/assets
AI Tools
analyze_seo- AI-powered SEO analysisgenerate_content- Generate landing page copy
Apps (1-Click Deployments)
list_available_apps- List 37+ apps with pricingget_app_details- Full app info with planscreate_deployment_link- Generate checkout URLget_app_setup_guide- Setup instructions
VPS Management
get_deployment_status- Check deployment statuslist_deployments- List your deploymentsmonitor_deployment- Poll until readyrestart_deployment- Restart containers
Container Access
get_container_logs- Docker logsexec_command- Execute shell commandget_system_status- CPU/RAM/diskdocker_exec- Run in container
App-Specific
wordpress_cli- WP-CLI commandsn8n_cli- n8n CLI commandsdatabase_query- Read-only SQL
Example Prompts
"List all apps for automation"
"Deploy n8n on the basic plan"
"Create a landing page for my business"
"Check the status of my WordPress deployment"
"Show me the logs from my n8n instance"Authentication
- Create account at deployalo.com/auth/signup
- Run
npx deployalo-mcp - Complete OAuth login in browser
- Start chatting with your AI!
Links
- Website: https://deployalo.com
- Documentation: https://deployalo.com/docs
- Support: [email protected]
License
MIT
