First MCP Server for GLPI ITSM — Connect Claude, ChatGPT and Copilot to your IT operations via natural language
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"glpi-mcp-server": {
"command": "npx",
"args": [
"-y",
"ageugyn/glpi-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add glpi-mcp-server npx -y ageugyn/glpi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"glpi-mcp-server": {
"command": "npx",
"args": [
"-y",
"ageugyn/glpi-mcp-server"
]
}
}
}