Skip to content
Windsurf

iptime mcp for Windsurf

io.github.mikusnuz/iptime-mcp

Manage ipTIME routers through a local, safety-gated MCP server with firmware-aware capabilities.

client:Windsurf transport:stdio runtime:npm

Install iptime mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "iptime-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "iptime-mcp"
      ],
      "env": {
        "IPTIME_ROUTER_URL": "<IPTIME_ROUTER_URL>",
        "IPTIME_ROUTER_USERNAME": "<IPTIME_ROUTER_USERNAME>",
        "IPTIME_ROUTER_PASSWORD": "<IPTIME_ROUTER_PASSWORD>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

iptime mcp in other clients