AV-MCP Automator
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AV-MCP Automatorgenerate a touch panel for a lecture hall with volume and source select"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AV-MCP Automator
Middleware basado en Model Context Protocol para la generación automática de interfaces nativas de Crestron Construct™ (.cuig ) mediante IA generativa.
Empresa: DACER S.A.C. — Miraflores, Lima, Perú
Practicante: Brayan Delgado Oblitas
Metodología: RUP adaptado (desarrollador único) — 14 semanas
Requisitos
Python 3.10 o superior (recomendado 3.11+)
Git
Crestron Construct™ instalado en el sistema
Una clave de API válida para Gemini (Google AI Studio)
Related MCP server: SupaUI MCP Server
Instalación
# 1. Clonar el repositorio
git clone <url-del-repositorio>
cd AV-MCP_Automator
# 2. Crear y activar el entorno virtual (recomendado)
python -m venv venv
# En Windows:
venv\Scripts\activate
# En Linux/Mac:
source venv/bin/activate
# 3. Instalar dependencias
pip install -r requirements.txtConfiguración del .env
Por seguridad, las credenciales del proyecto no se suben al repositorio. Debes configurar tu propio archivo local basándote en el ejemplo proporcionado.
# 1. Copiar el archivo de ejemplo
cp .env.example .env
# 2. Editar .env con tus credencialesAsegúrate de editar el archivo .env recién creado e introducir tu GEMINI_API_KEY.
Cómo ejecutar el proyecto
Para correr el proyecto completo se necesitan dos terminales (ambas con el entorno virtual activado):
# 1. (Opcional - Primera vez) Indexar documentación en LanceDB
python src/data_layer/ingest.py
# 2. Iniciar servidor MCP (Terminal 1)
python src/server_mcp/main.py
# 3. Iniciar UI de Cliente (Terminal 2)
streamlit run src/client/app.pySelección de proyecto Crestron
Al abrir la UI por primera vez, selecciona tu proyecto Crestron Construct:
Haz clic en 📂 Explorar... para abrir el selector de carpetas nativo.
Navega hasta
Documents/Crestron/Crestron Construct/Solutions/MiProyecto/.El sistema detecta automáticamente el nombre del proyecto.
Los archivos
.cuigse generarán enSolutions/MiProyecto/MiProyecto/.
Nota: La ruta del proyecto se persiste automáticamente entre sesiones. No necesitas editar el archivo
.envpara configurar la ruta del proyecto.
Estructura principal del proyecto
AV-MCP_Automator/
├── docs/ # Fases RUP: Inicio y Elaboración
├── src/ # Fase RUP: Construcción
│ ├── client/ # Capa 1 — UI Streamlit (con selector de proyecto)
│ ├── server_mcp/ # Capa 2 — Servidor FastMCP + Compilador .cuig
│ ├── core_ai/ # Capa 3 — Enrutador IA (Gemini 2.5 Flash-Lite)
│ └── data_layer/ # Capa 4 — LanceDB + documentación fuente
├── tests/ # Pruebas unitarias e integración
├── deploy/ # Manual de usuario y guía de despliegue
├── .env.example # Variables de entorno requeridas (Plantilla segura)
└── requirements.txt # Dependencias PythonDependencias importantes (Stack Tecnológico)
Capa | Tecnología |
UI Cliente | Streamlit (Python) |
Servidor MCP / Compilador | FastMCP (Python) |
IA Principal | Gemini 2.5 Flash-Lite (API) |
Base Vectorial | LanceDB |
Ecosistema destino | Crestron Construct™ (.cuig) |
Licencia
Desarrollado para uso interno en DACER S.A.C. Todos los derechos reservados salvo que se indique lo contrario.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA bridge connecting physical hardware with AI large language models through the Model Context Protocol (MCP), enabling natural language control of TCP devices.38MIT
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables AI agents to generate, fetch, and manage UI components through natural language interactions.3227ISC

lightfast-mcpofficial
Alicense-quality-maintenanceConnects creative applications like Blender and Adobe Creative Suite to AI models through the Model Context Protocol, enabling AI-driven creation, manipulation, and automation within these tools.10- Flicense-qualityDmaintenanceAn AI-driven integration server that enables natural language control of Adobe Photoshop through the Model Context Protocol. It automates design workflows by facilitating smart asset slicing, layer analysis, and the future generation of UI code from design files.2
Related MCP Connectors
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BryShdw/AV-MCP_Automator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server