tenda-mcp-server

manishv90/tenda-mcp-server
★ 1 stars JavaScript 📦 Other Updated 1d ago
MCP server for managing Tenda routers — devices, WiFi, parental controls, bandwidth
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tenda-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "manishv90/tenda-mcp-server"
      ]
    }
  }
}