Control any Keenetic router via AI agents — MCP server for managing devices, traffic, and settings in plain language.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"keenetic-mcp": {
"command": "npx",
"args": [
"-y",
"elihucredible450/keenetic-mcp"
]
}
}
}
Run in terminal:
claude mcp add keenetic-mcp npx -y elihucredible450/keenetic-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"keenetic-mcp": {
"command": "npx",
"args": [
"-y",
"elihucredible450/keenetic-mcp"
]
}
}
}