★ 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"
]
}
}
}
Run in terminal:
claude mcp add tenda-mcp-server npx -y manishv90/tenda-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"tenda-mcp-server": {
"command": "npx",
"args": [
"-y",
"manishv90/tenda-mcp-server"
]
}
}
}