Divoom LAN Watchface for LangChain
io.github.divoomdevelop/mcp-divoom-lan
MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README.
client:LangChain
transport:stdio
runtime:npm
Install Divoom LAN Watchface in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-divoom-lan": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "mcp-divoom-lan"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs