CheerLights MCP Server provides a bridge between Claude and the CheerLights IoT ecosystem, allowing AI assistants to retrieve current colors and history from the global light synchronization project. Built by Hans Scharler, this Python implementation uses FastMCP and httpx to connect with the ThingSpeak API, offering tools to fetch the current CheerLights color and view recent color change history. The server parses timestamp data into readable formats and includes proper error handling, making it ideal for IoT enthusiasts who want to integrate CheerLights data directly into their AI conversations without leaving the interface.
No reviews yet. Be the first to review!
Sign in to join the conversation
Returns structured ColorData with the current color name, timestamp of when it was set, unique identifier, and optional parsed datetime.
Returns ColorHistory with recent color changes, configurable count (1-100 entries).
Returns ColorStatistics with color frequency counts, most/least popular colors, analysis period information, and unique color count. Sample size is configurable.
Returns ColorSearchResult with matching entries for a specific color, with an optional limit on the number of results.
Returns HexColor with hex code and RGB values for a specified CheerLights color name.