Skip to main content
Glama

🎯 Alegra MCP - Instalación Rápida

🚀 Opción 1: Instalación Automática (Recomendada)

Ejecuta el instalador y sigue las instrucciones:

python setup.py

El instalador hará:

  1. ✅ Verificar Python y dependencias

  2. ✅ Instalar paquetes necesarios

  3. ✅ Configurar tus credenciales de Alegra

  4. ✅ Probar la conexión

  5. ✅ 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.txt

Paso 2: Configurar credenciales

Crea un archivo .env con:

ALEGRA_EMAIL=tu-email@alegra.com
ALEGRA_TOKEN=tu-token-api

Paso 3: Probar

python test_alegra_mcp.py

Paso 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.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

  • Linux: ~/.config/Claude/claude_desktop_config.json


🔐 Obtener Credenciales de Alegra

  1. Ve a https://app.alegra.com

  2. Configuración → API - Integraciones

  3. 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"

"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.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    Enables 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.
    84
    19
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to interact with ECOUNT ERP through natural language, providing tools for products, inventory, sales, purchases, and more.
    23
    40
    2
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables interaction with the SkuVault inventory management system API for product management, inventory control, warehouse operations, and analytics through natural language.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • 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 your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.

View all MCP Connectors

Latest Blog Posts

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