cheerlights-mcp
cheerlights/cheerlights-mcpUpdated 22 days ago01

Remote#IoT#MCP server#CheerLightsLicense: MIT LicenseLanguage: Python

CheerLights MCP Server

A Model Context Protocol (MCP) server that allows Claude or other AI tools to interact with the CheerLights API. CheerLights is a global IoT project that synchronizes colors across connected lights worldwide.

Features

  • Get the current CheerLights color
  • View recent color change history
  • Real-time integration with the CheerLights API

Installation

First, install the necessary dependencies:

pip install mcp httpx

Running the Server

Save the code to a file (e.g., server.py) and run it:

python server.py

Connecting to Claude for Desktop

Add this to your Claude for Desktop configuration:

  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
    "mcpServers": {
        "cheerlights": {
            "command": "python",
            "args": ["path/to/server.py"]
        }
    }
}

Using with Claude

After restarting Claude for Desktop, you can ask questions like:

  • "What's the current CheerLights color?"
  • "Show me the last 10 CheerLights color changes"

API Reference

The server uses the CheerLights API endpoint: http://api.thingspeak.com/channels/1417/field/1/last.json

Blog Tutorial

Learn How to Create Your Own MCP Server for Claude Desktop and Windsurf

Installation

Claude
Claude
Cursor
Cursor
Windsurf
Windsurf
Cline
Cline
Witsy
Witsy
Spin AI
Spin AI
Run locally with the following command:
Terminal
Add the following config to your client:
JSON
{
  "mcpServers": {
    "cheerlights": {
      "env": {},
      "args": [
        "path/to/server.py"
      ],
      "command": "python"
    }
  }
}

MCPLink

Seamless access to top MCP servers powering the future of AI integration.

© 2025 MCPLink. All rights reserved.
discordgithubdiscord