mcpbeat Sign in

BT Ops MCP Server

by tangchangzhe Your server? Claim it
local only

BT Ops MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from npm. Last commit 8 Aug 2026.

Secure MCP server for BT Panel operations with scoped permissions and audited writes.

Installs per day peak 287 · avg 23
a month agotoday
83
Installs / week
npm · bt-ops-mcp-server
1
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

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

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.

Runs an external command src/settings/launcher.ts:17
  const child = spawn(command[0], command[1], {
  el.innerHTML = fenceChipHtml(fenceEffectiveSummary(f));

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to BT Ops MCP

same job, measured the same way
Nandi Proxmox MCP
by papischolz

Open-source MCP server for secure Proxmox node, VM, and LXC operations.

242 installs/wk local only
Filesystem
by fieldcure

Secure MCP server for sandboxed filesystem operations with document parsing support.

local only
MCP Firefly Iii
by yakupemreyerli

Security-first, self-hosted MCP server for Firefly III — 152 operations behind 5 scoped tools.

1 281 installs/wk local only
Obsidian MCP Secure
by dewtech-technologies

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

56 installs/wk local only
Filesystem MCP
by j0hanz

Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.

807 installs/wk local only
Janus
by tonylchang

Secure Kubernetes MCP server: scoped, redacted diagnostics and human-approved writes

210 installs/wk local only
MCP Workboard
by crunchtools

Secure MCP server for WorkBoard OKR and strategy execution platform

114 installs/wk local only
MySQL (security-first)
by kurok1

Security-first MySQL MCP server with AST validation, table whitelist, schema resources, and audit.

local only

BT Ops MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for BT Ops MCP?
BT Ops 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 bt-ops-mcp-server was installed 83 times last week.
How do I connect BT Ops 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 bt-ops-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use BT Ops MCP?
The npm package bt-ops-mcp-server was installed 83 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BT Ops MCP open source?
Yes — it is published under the Apache-2.0 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.