MCP-GLPI

wonjo-linc/MCP-GLPI
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 2d ago
MCP Server for GLPI IT Asset Management System
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-glpi": {
      "command": "npx",
      "args": [
        "-y",
        "wonjo-linc/MCP-GLPI"
      ]
    }
  }
}

README Excerpt

MCP-GLPI is a TypeScript Model Context Protocol (MCP) server for GLPI IT asset management. It exposes GLPI ticket and asset capabilities to MCP clients. `src/index.ts` starts the MCP server over stdio. This mode is intended for local MCP clients that launch the server process directly. Package script reference:

Tools (5)

GLPI_APP_TOKENGLPI_URLMCP_API_KEYOAUTH_CLIENT_IDOAUTH_CLIENT_SECRET