Lacylights MCP Server

MCP Server for AI-powered theatrical lighting design

Local serverstdioTypeScript

What is the Lacylights MCP MCP server?

If you want an AI assistant working directly with Lacylights MCP, the lacylights mcp mcp server is the bridge. MCP Server for AI-powered theatrical lighting design.

What Lacylights MCP does

An MCP (Model Context Protocol) server that provides AI-powered theatrical lighting design capabilities for the LacyLights system. This server enables AI assistants to create, manage, and control professional theatrical lighting designs through natural language interactions.

LacyLights MCP is an intelligent lighting control interface that bridges the gap between creative vision and technical execution. It allows lighting designers, directors, and technicians to:

Tools it exposes

Once connected, the assistant can call this tool directly:

  • Testing — The Testing tool exposed by this server

Installing the lacylights mcp mcp server

The server is distributed via PyPI as chromadb, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Configuration

Before the server will start you need to supply 3 environment variables: OPENAI_API_KEY, LACYLIGHTS_GRAPHQL_ENDPOINT, CHROMA_HOST. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Lacylights MCP sits in that group, and the shape of its toolset — Testing — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by bbernstein, written in TypeScript.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the lacylights mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
TestingThe Testing tool exposed by this server.

How to install the Lacylights MCP MCP server

{
  "mcpServers": {
    "lacylights": {
      "command": "/usr/local/bin/node",
      "args": ["/path/to/lacylights-mcp/run-mcp.js"],
      "env": {
        "OPENAI_API_KEY": "your_openai_api_key_here",
        "LACYLIGHTS_GRAPHQL_ENDPOINT": "http://localhost:4000/graphql"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
OPENAI_API_KEYCredential the server authenticates with.Yes
LACYLIGHTS_GRAPHQL_ENDPOINTConfiguration value read at startup.Optional
CHROMA_HOSTEndpoint or connection string the server talks to.Optional

Example prompts to try

  • Use Lacylights MCP to Testing.

Frequently asked questions

It connects Lacylights MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Testing) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Lacylights MCP directly.