webos-mcp

anurmatov/webos-mcp
★ 6 stars C# Browser/Web Updated 3d ago
Local-first MCP server for controlling LG webOS TVs — power, apps, browser, YouTube, inputs, media, and remote navigation.
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": {
    "webos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anurmatov/webos-mcp"
      ]
    }
  }
}