Connector guide3-minute read10 MCP toolsEN · DE · IT

Cómo conectar GLPI a ChatGPT — via MCP

GLPI open-source ITSM and asset management: tickets, computers, monitors, software, users and entities, plus GLPI's search engine. REST API on your own instance, session-token auth with an App-Token.

HCBy HelpCode teamActualizado 3 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

GLPI

GLPI

GLPI open-source ITSM and asset management: tickets, computers, monitors, software, users and entities, plus GLPI's search engine. REST API on your own instance, session-token auth with an App-Token.

herramientas

10

Región

INTL

Categoría

IT Service Management

Autenticación

Sign-in token

Env vars requeridas

GLPI_URLGLPI_APP_TOKENGLPI_USER_TOKEN
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade GLPI con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

Summary

GLPI open-source ITSM and asset management: tickets, computers, monitors, software, users and entities, plus GLPI's search engine. REST API on your own instance, session-token auth with an App-Token.

Prueba a pedir

Prompts de ejemplo para GLPI

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

GLPI · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → GLPI, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

GLPI + ChatGPT

GLPI open-source ITSM and asset management: tickets, computers, monitors, software, users and entities, plus GLPI's search engine. REST API on your own instance, session-token auth with an App-Token.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

GLPI_URL, GLPI_APP_TOKEN, GLPI_USER_TOKEN

Paso 1 — Obtener credenciales

GLPI needs two tokens, and both are easy to confuse.

  1. App-Token — identifies the application. In GLPI go to Setup → General → API, enable 'Enable Rest API' and 'Enable login with external token', add an API client, and copy its application token. Put it in GLPI_APP_TOKEN.
  2. User-Token — identifies the person. Open the GLPI user the agent should act as, go to the API tab of their profile, and regenerate the remote access key (personal API token). Put it in GLPI_USER_TOKEN.
  3. Set GLPI_URL to the instance root (no trailing slash); the adapter appends /apirest.php.

…(continued in the in-app connector instructions)

Paso 2 — Instalar el adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Paso 3 — Añadir el conector en ChatGPT

ChatGPT soporta servidores MCP a través de la función Connectors (planes Plus / Pro / Team / Enterprise). El plan gratuito no admite conectores personalizados.

  1. Abre ChatGPT → Settings → Connectors (o pulsa el icono 🔧 en el composer → Manage connectors).
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: GLPI
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
  4. Pulsa Connect para autorizar.

Herramientas disponibles

ToolWhat it does
glpi_get_active_entitiesRead the entities the logged-in user is currently scoped to
glpi_list_ticketsList tickets in the active entity with their status, priority, category, requester and dates
glpi_get_ticketRead one ticket in full, with its description, status, urgency, impact, priority, requester, assignee and SLA dates
glpi_get_ticket_followupsRead the follow-ups (the conversation) on one ticket, in order, with author, date and whether each is private
glpi_searchRun a GLPI search with criteria
glpi_list_search_optionsRead the searchable field map for one item type: which field number means status, requester, serial number and so on
glpi_list_computersList computers from the asset inventory with their name, serial number, model, operating system and assigned user
glpi_get_computerRead one computer in full: hardware, OS, network interfaces, contracts, location and the user it is assigned to
glpi_list_usersList GLPI users with their login, name, e-mail, entity and active flag, to resolve who a ticket or an asset belongs to
glpi_list_softwareList software items from the inventory with their publisher, category and the number of installations, for licence questions

FAQ

¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.

Siguientes pasos

¿Te ha sido útil esta guía?

Your GLPI agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.

Guías relacionadas

connectors

Cómo conectar GLPI a Claude — via MCP

GLPI open-source ITSM and asset management: tickets, computers, monitors, software, users and entities, plus GLPI's search engine. REST API on your own instance, session-token auth with an App-Token.

connectors

Cómo conectar GLPI a Cursor — via MCP

GLPI open-source ITSM and asset management: tickets, computers, monitors, software, users and entities, plus GLPI's search engine. REST API on your own instance, session-token auth with an App-Token.

connectors

Cómo conectar GLPI a Gemini — via MCP

GLPI open-source ITSM and asset management: tickets, computers, monitors, software, users and entities, plus GLPI's search engine. REST API on your own instance, session-token auth with an App-Token.

connectors

GLPI a MCP — Pilota GLPI desde cualquier agente IA

GLPI open-source ITSM and asset management: tickets, computers, monitors, software, users and entities, plus GLPI's search engine. REST API on your own instance, session-token auth with an App-Token.

connectors

Cómo conectar AFAS Profit a ChatGPT — via MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Cómo conectar Aruba Fatturazione Elettronica a ChatGPT — via MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.