Divoom LAN Watchface MCP Server
io.github.DivoomDevelop/mcp-divoom-lan
What is the Divoom LAN Watchface MCP server?
MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README.
How to install Divoom LAN Watchface
Copy-paste configuration for popular MCP clients.
DIVOOM_DEVICE_HOSTrequiredDivoom device LAN IP address
DIVOOM_DEVICE_PORTDivoom device HTTP port
DIVOOM_TIMEOUT_MSHTTP request timeout in milliseconds
{
"mcpServers": {
"mcp-divoom-lan": {
"command": "npx",
"args": [
"-y",
"mcp-divoom-lan"
],
"env": {
"DIVOOM_DEVICE_HOST": "<YOUR_DIVOOM_DEVICE_HOST>",
"DIVOOM_DEVICE_PORT": "<YOUR_DIVOOM_DEVICE_PORT>",
"DIVOOM_TIMEOUT_MS": "<YOUR_DIVOOM_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"mcp-divoom-lan": {
"command": "npx",
"args": [
"-y",
"mcp-divoom-lan"
],
"env": {
"DIVOOM_DEVICE_HOST": "<YOUR_DIVOOM_DEVICE_HOST>",
"DIVOOM_DEVICE_PORT": "<YOUR_DIVOOM_DEVICE_PORT>",
"DIVOOM_TIMEOUT_MS": "<YOUR_DIVOOM_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"mcp-divoom-lan": {
"command": "npx",
"args": [
"-y",
"mcp-divoom-lan"
],
"env": {
"DIVOOM_DEVICE_HOST": "<YOUR_DIVOOM_DEVICE_HOST>",
"DIVOOM_DEVICE_PORT": "<YOUR_DIVOOM_DEVICE_PORT>",
"DIVOOM_TIMEOUT_MS": "<YOUR_DIVOOM_TIMEOUT_MS>"
}
}
}
}{
"servers": {
"mcp-divoom-lan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-divoom-lan"
],
"env": {
"DIVOOM_DEVICE_HOST": "<YOUR_DIVOOM_DEVICE_HOST>",
"DIVOOM_DEVICE_PORT": "<YOUR_DIVOOM_DEVICE_PORT>",
"DIVOOM_TIMEOUT_MS": "<YOUR_DIVOOM_TIMEOUT_MS>"
}
}
}
}claude mcp add mcp-divoom-lan --env DIVOOM_DEVICE_HOST=<YOUR_DIVOOM_DEVICE_HOST> --env DIVOOM_DEVICE_PORT=<YOUR_DIVOOM_DEVICE_PORT> --env DIVOOM_TIMEOUT_MS=<YOUR_DIVOOM_TIMEOUT_MS> -- npx -y mcp-divoom-lanRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.