test_mcp_server_code

andrescvargasr/test_mcp_server_code
★ 0 stars Rust Code/Dev Tools Updated today
A lightweight, zero-dependency Python client for controlling LED devices over HTTP JSON-RPC 2.0 using Model Context Protocol (MCP). Supports on/off, toggling, and RGB colors with configurable mDNS hostnames and ports.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "test_mcp_server_code": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "test_mcp_server_code"
      ]
    }
  }
}