Alegra MCP
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., "@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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/koutaxd2-dev/MCP-ALEGRA-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server