letscloud-community/letscloud-mcp-server
If you are the rightful owner of letscloud-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The LetsCloud MCP Server allows users to manage cloud infrastructure through natural AI conversations, eliminating the need for technical knowledge.
LetsCloud MCP Server
π€ Manage your cloud infrastructure through natural AI conversations
A Model Context Protocol (MCP) server that lets you manage your LetsCloud servers by simply talking to AI assistants like Claude Desktop, without any technical knowledge required.
π Multi-Language Support
- πΊπΈ (This document)
- π§π· - VersΓ£o completa em portuguΓͺs
- π - Complete bilingual documentation
π― What You Can Do
Talk naturally to AI and get things done:
- "Create a server for my online store" β AI creates it instantly
- "My website is slow, help fix it" β AI analyzes and optimizes
- "Backup all my servers before the update" β AI handles everything
- "My site crashed! Help!" β AI diagnoses and recovers automatically
No programming. No technical commands. Just natural conversation in English or Portuguese.
π Quick Start
Option 1: Local Installation (Desktop)
1. Get Your LetsCloud API Key
- Visit LetsCloud Dashboard
- Enable and copy API key
2. Install & Configure Claude Desktop
- Download Claude Desktop
- Add this to your configuration file:
{
"mcpServers": {
"letscloud": {
"command": "python",
"args": ["-m", "letscloud_mcp_server"],
"env": {
"LETSCLOUD_API_TOKEN": "your-token-here"
}
}
}
}
3. Install the MCP Server
pip install git+https://github.com/letscloud-community/letscloud-mcp-server.git
Option 2: Online Deployment (Recommended for Teams) π
π Deploy to Cloud in 1 Command
# Create VM and run as root:
sudo curl -fsSL https://raw.githubusercontent.com/letscloud-community/letscloud-mcp-server/refs/heads/main/scripts/deploy.sh | bash
Result: Your MCP server running 24/7 online, accessible from anywhere! New: Simplified deployment running 100% as root - no user creation!
π Complete Guides:
- π - Step-by-step deployment
- β‘ - One-command setup
- π§π· - Guia completo em portuguΓͺs
Benefits of Online Deployment:
- β 24/7 Availability - Works even when your computer is off
- β Team Access - Multiple users can use the same server
- β Better Performance - Optimized latency to LetsCloud API
- β Professional Setup - SSL, monitoring, auto-restart
- β Remote Access - Use from any device, anywhere
4. Start Talking!
Open Claude Desktop and say:
"Hi! Show me my current servers and help me manage my infrastructure."
π οΈ What You Can Manage
Server Operations
- Create, start, stop, reboot, delete servers
- List servers and get detailed information
- Scale up/down server resources
- Multi-region deployments
Backup & Recovery
- Create snapshots for data protection
- Automatic backup scheduling
- Quick restore from snapshots
- Emergency recovery procedures
Security & Access
- SSH key management
- SSL certificate handling
- Access control configuration
- Security monitoring
Cost Optimization
- Resource usage analysis
- Cost reduction recommendations
- Automatic scaling policies
- Usage monitoring and alerts
π¬ Example Conversations
Beginner User
You: "I need a website for my small business"
AI: "I'll help you create a professional website. What type of business?"
You: "It's a bakery, I want to show my products and take orders"
AI: "Perfect! Creating a bakery website with online ordering..."
β
WordPress site created with e-commerce
β
Payment processing configured
β
SSL security enabled
β
Ready in 10 minutes - $35/month
Emergency Response
You: "HELP! My website is down during our biggest sale!"
AI: "π¨ Emergency detected! Investigating immediately..."
π Diagnosed: Server overload from high traffic
β‘ Creating emergency server with 3x capacity
β
Site restored in 8 minutes with auto-scaling
π Why Choose LetsCloud MCP Server?
β
Zero Technical Knowledge Required - Just talk naturally
β
Works in English & Portuguese - Native language support
β
Instant Emergency Response - AI handles crises automatically
β
Cost Optimization - AI finds savings opportunities
β
24/7 Monitoring - Proactive problem prevention
β
Scalable Architecture - Grows with your business
β
Enterprise Security - Bank-level data protection
β
Online Deployment - Remote access from anywhere π
π€ Supported AI Platforms
- β Claude Desktop (Recommended - Best experience)
- β Cline (VS Code extension)
- β Zed Editor
- β³ ChatGPT (Coming soon to GPT Store)
- β Any MCP-compatible client
- π HTTP/WebSocket API - Remote access via REST API
π§ Installation Options
Local Installation
# Option A: Install from GitHub (Recommended)
pip install git+https://github.com/letscloud-community/letscloud-mcp-server.git
# Option B: Install from Source
git clone https://github.com/letscloud-community/letscloud-mcp-server.git
cd letscloud-mcp-server
pip install -e .
# Option C: Install from PyPI (Coming Soon)
pip install letscloud-mcp-server
Online Deployment π
# One-command cloud deployment (as root)
sudo curl -fsSL https://raw.githubusercontent.com/letscloud-community/letscloud-mcp-server/refs/heads/main/scripts/deploy.sh | bash
π Complete Deployment Documentation:
- πΊπΈ - Complete step-by-step
- π§π· - Guia completo em portuguΓͺs
- β‘ - One-command setup
- β‘ - InstalaΓ§Γ£o com 1 comando
π Language Support
This project provides complete documentation and support in:
- English - For international users
- PortuguΓͺs - Para usuΓ‘rios brasileiros
The AI assistants will automatically detect your language and respond appropriately, adapting:
- Currency (USD vs BRL)
- Payment methods (Credit cards vs PIX)
- Legal compliance (GDPR vs LGPD)
- Business contexts (Global vs Brazilian markets)
π§π· Para usuΓ‘rios brasileiros: Acesse a .
π Deployment Modes
π Local Mode
- Best for: Individual developers, testing, development
- Installation: Simple pip install
- Requirements: Local Python environment
- Access: Local computer only
π Online Mode π
- Best for: Teams, production, 24/7 availability
- Installation: One-command cloud deployment
- Requirements: VM/VPS with Ubuntu
- Access: From anywhere via HTTP/WebSocket API
- Features: SSL, monitoring, auto-restart, team access
π Support & Community
- π Bug Reports: GitHub Issues
- π¬ Questions: GitHub Discussions
- π LetsCloud Support: support@letscloud.io
- π Multi-language: English and Portuguese support available
π€ Contributing
We welcome contributions! Please see our for details.
π License
This project is licensed under the MIT License - see the file for details.
π Acknowledgments
- Model Context Protocol by Anthropic
- LetsCloud for the infrastructure API
- The open source community for inspiration and support