Loading MCP server directory, please wait...
Manage ipTIME routers through a local, safety-gated MCP server with firmware-aware capabilities.
npx @getmcp/cli add io.github.mikusnuz/iptime-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
IPTIME_ROUTER_URLURL of the ipTIME router administrator interface on a trusted local network or VPN.
IPTIME_ROUTER_USERNAMERouter administrator username.
IPTIME_ROUTER_PASSWORDRouter administrator password.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mikusnuz/iptime-mcp": {
"command": "npx",
"args": [
"-y",
"iptime-mcp"
],
"env": {
"IPTIME_ROUTER_URL": "",
"IPTIME_ROUTER_USERNAME": "",
"IPTIME_ROUTER_PASSWORD": ""
}
}
}
}