letscloud-mcp-server

letscloud-community/letscloud-mcp-server

3.2

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
2. Install & Configure Claude Desktop
{
  "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

🀝 Contributing

We welcome contributions! Please see our for details.

πŸ“„ License

This project is licensed under the MIT License - see the file for details.

πŸ™ Acknowledgments