gma2-mcp
by chienchuanw
Overview
Provides a programmatic interface via Telnet to control grandMA2 lighting consoles using the Model Context Protocol (MCP).
Installation
uv run python -m src.serverEnvironment 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
Windows-MCP.Net
Enabling AI assistants to automate tasks and interact with the Windows desktop environment.
advanced-homeassistant-mcp
A powerful, secure, and extensible Model Context Protocol (MCP) server that enables AI assistants like Claude, GPT, and Cursor to seamlessly interact with Home Assistant. Control your lights, climate, automations, and more through natural language commands.
DMCPServer
Transforms Delphi code into a Master Control Protocol (MCP) server, allowing Large Language Models (LLMs) to interact with custom-defined actions and access external resources.
context-engineering
Provides a Model Context Protocol (MCP) server that enables AI agents to control a web browser using Selenium for web automation tasks.