mcpbeat Sign in

clawops MCP Server

local only

clawops runs on your own machine — the client starts it, so there is no endpoint to ping. 625 installs a week from npm. Last commit 18 Sep 2026.

Deploy and manage self-hosted OpenClaw instances across clouds

Installs per day peak 646 · avg 62 · -33% w/w
a month agotoday
625
Installs / week
npm · @clawops/cli
5
Stars
4 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MPL-2.0
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

      'http://metadata.google.internal/computeMetadata/v1/instance/id',
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    execSync(`${cmd} "${url}"`, { stdio: 'ignore' })
      `cat /home/clawops/.ssh/authorized_keys 2>/dev/null || true`,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch clawops and you get told the day something new turns up.

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 clawops -- npx -y @clawops/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clawops": {
      "args": [
        "-y",
        "@clawops/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clawops]
command = "npx"
args = ["-y", "@clawops/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "clawops": {
      "args": [
        "-y",
        "@clawops/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clawops": {
      "args": [
        "-y",
        "@clawops/cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to clawops

same job, measured the same way
AppCrane
by gitayg

Deploy and manage apps on your own AppCrane instance, the self-hosted PaaS for AI-built apps.

391 installs/wk local only
CloudPepper
by cloudpepper

Manage CloudPepper servers, Odoo instances, backups, and deployments over MCP.

answering
NIM Key Manager
by bysergimm

Self-hosted NVIDIA NIM API-key manager with a Claude MCP connector; deploy your own instance.

local only
Flux Cloud
by runonflux

Deploy, pay for and manage apps on Flux Cloud, the decentralized cloud. Prices in USD.

1 626 installs/wk 15 tools answering
Umami Compass
by webcredo

Secure Umami Analytics MCP server for Cloud and self-hosted deployments

78 installs/wk local only
PageDrop MCP
by dpozimski

Deploy and manage instant HTML sites with paste, upload, and ZIP deploy

31 installs/wk local only
Ploi Cloud
by ploicloud

European cloud hosting. Deploy and manage apps with your favorite AI coding assistant.

answering
OpenClaw Direct
by openclaw

Deploy, monitor, and manage your OpenClaw AI assistants via natural language.

answering

clawops — questions

Answers built from our own checks of this server.

Why is there no uptime for clawops?
clawops 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 @clawops/cli was installed 625 times last week.
How do I connect clawops?
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 @clawops/cli straight from npm; nothing to host, nothing to sign up for.
How many people use clawops?
The npm package @clawops/cli was installed 625 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is clawops open source?
Yes — it is published under the MPL-2.0 licence, written in TypeScript, 5 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.