Back to Home
chienchuanw icon

gma2-mcp

by chienchuanw

Overview

Provides a programmatic interface via Telnet to control grandMA2 lighting consoles using the Model Context Protocol (MCP).

Installation

Run Command
uv run python -m src.server

Environment Variables

  • GMA_HOST
  • GMA_PORT
  • GMA_USER
  • GMA_PASSWORD

Security Notes

The server relies on Telnet, an unencrypted protocol, meaning all communication including login credentials and commands are transmitted in plain text, making it vulnerable to eavesdropping and credential theft. Default login credentials ('administrator', 'admin') are hardcoded, which, if not overridden in the `.env` file, pose a significant security risk. Unauthorized access could lead to disruption of lighting control systems.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens2
Stars0
Forks0
Last Update2025-12-26

Tags

grandMA2Lighting ControlTelnetMCP ServerPython