Alegra MCP
Click on "Deploy 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., "@Alegra MCPMuéstrame productos con stock bajo"
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.
🎯 Alegra MCP - Instalación Rápida
🚀 Opción 1: Instalación Automática (Recomendada)
Ejecuta el instalador y sigue las instrucciones:
python setup.pyEl instalador hará:
✅ Verificar Python y dependencias
✅ Instalar paquetes necesarios
✅ Configurar tus credenciales de Alegra
✅ Probar la conexión
✅ Configurar Claude Desktop automáticamente
Related MCP server: MCP VTEX Server
📝 Opción 2: Instalación Manual
Paso 1: Instalar dependencias
pip install -r requirements.txtPaso 2: Configurar credenciales
Crea un archivo .env con:
ALEGRA_EMAIL=tu-email@alegra.com
ALEGRA_TOKEN=tu-token-apiPaso 3: Probar
python test_alegra_mcp.pyPaso 4: Configurar Claude Desktop
Edita claude_desktop_config.json (ver ubicación abajo) y agrega:
{
"mcpServers": {
"alegra": {
"command": "python",
"args": ["/RUTA/COMPLETA/alegra_mcp_server.py"],
"env": {
"ALEGRA_EMAIL": "tu-email@alegra.com",
"ALEGRA_TOKEN": "tu-token-api"
}
}
}
}Ubicación de claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
🔐 Obtener Credenciales de Alegra
Configuración → API - Integraciones
Copia tu email y token API
✅ Verificar que funciona
Después de configurar, reinicia Claude Desktop y prueba:
"Busca productos en Alegra"
"¿Cuánto stock tengo del producto 123?"
"Muéstrame productos con stock bajo"
📚 Documentación
INSTALACION.md: Guía detallada paso a paso
QUICK_START.md: Ejemplos y casos de uso
README_ALEGRA_MCP.md: Documentación técnica completa
🆘 Problemas Comunes
"Authentication failed"
Verifica email y token en https://app.alegra.com
Revisa que no haya espacios extras
"Module not found"
pip install -r requirements.txt"No aparecen las herramientas en Claude"
Verifica la ruta absoluta en la configuración
Reinicia Claude Desktop completamente
🎉 ¡Listo!
Una vez instalado, podrás:
✅ Buscar productos con lenguaje natural
✅ Consultar inventario y stock
✅ Actualizar precios rápidamente
✅ Hacer consultas complejas sobre tu inventario
¿Necesitas ayuda? Lee INSTALACION.md para instrucciones detalladas.
This server cannot be deployed
Maintenance
Related MCP Connectors
Inventory management for small organizations: search, assign, report, order, set up by chat.
Manage your Jumpseller store with AI. Products, orders, customers, and more.
Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat.
Manage a Marea Alcalina storefront from an AI agent: catalog, products, publishing.
Related MCP Servers
- FlicenseBqualityNot gradedmaintenanceEnables AI assistants to interact with Inflow Inventory API for managing ingredients/products and inventory operations. Supports product creation, updates, search, and stock adjustments through natural language commands.9-
- AlicenseBqualityDmaintenanceEnables complete VTEX e-commerce platform integration through natural language, allowing management of catalog, inventory, pricing, promotions, orders, marketplace operations, checkout, customer data, and payment configurations via AI conversations.844 npm1MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with ECOUNT ERP through natural language, providing tools for products, inventory, sales, purchases, and more.238 npm3MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with the SkuVault inventory management system API for product management, inventory control, warehouse operations, and analytics through natural language.1MIT