mcpbeat Sign in
I

Iptime MCP Server

local only

Iptime MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

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

Installs / week
npm · iptime-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Iptime MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add iptime-mcp -- npx -y iptime-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "iptime-mcp": {
      "args": [
        "-y",
        "iptime-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.iptime-mcp]
command = "npx"
args = ["-y", "iptime-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "iptime-mcp": {
      "args": [
        "-y",
        "iptime-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "iptime-mcp": {
      "args": [
        "-y",
        "iptime-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: IPTIME_ROUTER_URL (URL of the ipTIME router administrator interface on a trusted local network or VPN.), IPTIME_ROUTER_USERNAME (Router administrator username.), IPTIME_ROUTER_PASSWORD (Router administrator password.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Iptime MCP

same job, measured the same way
Time MCP
by yokingma

Time MCP Server, giving LLMs time awareness capabilities.

2 093 installs/wk local only
Apache Pinot MCP Server
by startreedata

Query and manage Apache Pinot through MCP with typed tools and preview-first safety.

354 installs/wk local only
Labnana MCP
by exoticknight

Generate and edit images with Labnana through a local MCP server with MCP Apps previews.

35 installs/wk local only
Hyper MCP
by tuananh

📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins

local only
ARGUS-3 MCP Server
by alexar76

ARGUS-3 stdio MCP with WARDEN firewall: argus_ask, argus_status, argus_capabilities.

36 installs/wk local only
Datacron
by vblackjack

Local-first MCP server that exposes a Markdown vault through MCP.

1 802 installs/wk local only
SQL Server MCP (macOS)
by tharanabope

SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support)

30 installs/wk local only
Figma MCP Server
by planetabhi

A local MCP server with full Figma REST API coverage.

1 225 installs/wk local only

Iptime MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Iptime MCP?
Iptime MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package iptime-mcp.
How do I connect Iptime MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls iptime-mcp straight from npm; nothing to host, nothing to sign up for.
Is Iptime MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.