CrestronMCP client

CrestronMCP client

Enables natural language control of Crestron 4-Series AV systems via MCP tools, connecting Claude to a processor over TCP with TLS authentication.

Category
Visit Server

README

CrestronMCP client

Control a Crestron 4-Series AV system from Claude, in natural language. This is the client half of CrestronMCP: an MCP server that connects Claude (Desktop or Code) to a processor running the CrestronMCP modules, exposing the system as MCP tools over stdio. It speaks the CrestronMCP text protocol (see PROTOCOL.md) over TCP, with secure-key + TLS authentication.

The client is free. Controlling a processor requires that processor to be licensed (or on a free trial). See Licensing. One processor licence is AUD $249 (inc GST); each processor also gets three free 1-week trials. Get a licence at https://solutionav.com.au/crestron-mcp/.

Install

Claude Desktop (recommended)

Download crestron-mcp.mcpb from https://solutionav.com.au/crestron-mcp/ and open it (or Settings → Extensions → Install). Enter the processor's address and its secure key (shown on the MCP Server Config module's Key output); the port defaults to 50794.

Claude Code / other MCP hosts

No download needed. Run it straight from npm:

claude mcp add crestron \
  --env CRESTRON_HOST=10.0.1.38 \
  --env CRESTRON_KEY=<the processor's secure key> \
  -- npx -y crestron-mcp

Configuration

Resolved low-to-high: config.json next to the entry, environment variables, then CLI args (<host> [port]).

Env Meaning
CRESTRON_HOST processor IP / hostname (required)
CRESTRON_PORT TCP port (default 50794)
CRESTRON_KEY secure key (mode 2); enables TLS + authentication
CRESTRON_AUTH password (mode 1 only)
CRESTRON_TLS force TLS without a key

Tools

discover_crestron_system, list_crestron_rooms, list_crestron_devices, query_crestron_device, get_crestron_time, control_crestron_device, set_crestron_devices, pulse_crestron_device, ramp_crestron_device, cancel_crestron_device, get_room_status, activate_crestron_license, get_crestron_license_status, start_crestron_trial.

See AGENT_GUIDE.md for how an assistant should use them (timing, scenes, ramps, nudge-not-nag licensing etiquette).

Licensing

The processor must be licensed before it accepts control or query commands. If it isn't, every tool returns guidance that includes the processor's activation code (its MAC). Two ways forward, both in chat:

  • Free trial: start_crestron_trial (no payment; up to 3 × 1 week per processor).
  • Buy: get a key for that MAC at https://solutionav.com.au/crestron-mcp/, paste it in chat, and the assistant calls activate_crestron_license.

The licence is stored on the processor (bound to its MAC), so it persists across reboots and covers every client. A purchased key only works on that one processor, so it's safe to receive in chat.

Develop

npm install
npm run build      # tsc -> dist/
npm start          # node dist/index.js
npm run mcpb       # build the Claude Desktop .mcpb (needs bun)

License

MIT. See LICENSE. (The client is open; the product is the per-processor licence on the box.)

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured