Cover image
Try Now
2025-03-19

MCP服务器允许AI工具与鼓声API进行交互。

3 years

Works with Finder

1

Github Watches

1

Github Forks

1

Github Stars

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

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Khalid kalib
  • Write professional emails

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • OffchainLabs
  • 进行以太坊的实施

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

    Reviews

    3 (1)
    Avatar
    user_l3PoQQ4G
    2025-04-16

    Cheerlights-mcp is an amazing application that brings a global cheer to everyone by syncing lights across the world. The seamless integration and easy-to-use interface make it a delightful experience. Kudos to the makers for creating such a wonderful product. It's a must-try for anyone looking to add a spark to their festive celebrations! Check it out at https://github.com/cheerlights/cheerlights-mcp.