mcpbeat Sign in

StillOnline MCP Server

local only

StillOnline runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 10 Jun 2026.

StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.

Installs per day peak 23 · avg 8 · -18% w/w
a month agotoday
46
Installs / week
npm · stillonline-mcp
1
Stars
0 open issues
10 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check StillOnline 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 stillonline -- npx -y stillonline-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stillonline": {
      "args": [
        "-y",
        "stillonline-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stillonline]
command = "npx"
args = ["-y", "stillonline-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "stillonline": {
      "args": [
        "-y",
        "stillonline-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stillonline": {
      "args": [
        "-y",
        "stillonline-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: STILLONLINE_API_KEY (StillOnline API key (Pro/Ultimate). Create at https://stillonline.tech/app/settings/api), STILLONLINE_API_BASE (Optional API base URL (default https://api.stillonline.tech/v1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to StillOnline

same job, measured the same way
Apuchat
by opcastil11

Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.

18 tools answering
RogerThat
by opcastil11

Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.

58 installs/wk 18 tools answering
A
Can I Vibe? — AI coding provider status
by canivibe

Live status and health checks for AI coding providers: Claude, Cursor, Copilot, Codex and more.

2 tools answering
Whatsapp
by gaviwhatsapp

Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP.

23 installs/wk local only
Grok MCP
by howardpen9

Use xAI Grok as a peer reviewer + PR gate from Claude Code, Cursor, Cline and any MCP host.

68 installs/wk local only
Hyperping
by hyperping

Uptime, API and server monitoring with outages, reporting, on-call and status pages.

26 tools answering
Aiko
by masa-san-jp

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

37 installs/wk local only
Pathrule
by pathrule

Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients.

32 tools answering

StillOnline — questions

Answers built from our own checks of this server.

Why is there no uptime for StillOnline?
StillOnline 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 stillonline-mcp was installed 46 times last week.
How do I connect StillOnline?
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 stillonline-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use StillOnline?
The npm package stillonline-mcp was installed 46 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is StillOnline open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.