3
GitHub Stars

A safe-by-default MCP server that exposes your Control4 home automation (lights, scenes, locks, thermostats, and media) as structured tools over HTTP and Claude Desktop STDIO for reliable AI-powered control on your local network.

Installation

⭐ RecommendedC:\Users\YOUR_USER\c4-mcp\.venv\Scripts\python.exe
C:\Users\YOUR_USER\c4-mcp\.venv\Scripts\python.exe -u C:\Users\YOUR_USER\c4-mcp\claude_stdio_server.py
View configuration snippet
{
  "mcpServers": {
    "c4-mcp": {
      "command": "C:\\Users\\YOUR_USER\\c4-mcp\\.venv\\Scripts\\python.exe",
      "args": [
        "-u",
        "C:\\Users\\YOUR_USER\\c4-mcp\\claude_stdio_server.py"
      ],
      "cwd": "C:\\Users\\YOUR_USER\\c4-mcp",
      "env": {
        "PYTHONUTF8": "1",
        "PYTHONIOENCODING": "utf-8",
        "C4_STDIO_TOOL_MODE": "compact",
        "C4_CONFIG_PATH": "C:\\Users\\YOUR_USER\\c4-mcp\\config.json",
        "C4_WRITE_GUARDRAILS": "true",
        "C4_WRITES_ENABLED": "false",
        "C4_DIRECTOR_TIMEOUT_S": "30",
        "C4_GET_ALL_ITEMS_TIMEOUT_S": "75"
      }
    }
  }
}

💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.

Compatibility Matrix

Filter:

Cursor

STDIO
stdio:Auto-detected (unverified)

Claude Desktop

STDIO
stdio:Auto-detected (unverified)

MCP Compatible

STDIO
stdio:Auto-detected (unverified)
Verified - Tested by community
Unverified - Not yet tested
⚡ STDIO🌊 SSE🌐 HTTP

Server Information

License:unknown
Classification:active
Source:Data aggregated from public MCP directories

Quick Stats

Transports:
STDIO
Compatible Clients:3
Install Methods:1

Like this server?

Discover more MCP servers or submit your own to directory.