mcpbeat Sign in

Bmc Helix MCP Server

by rod-anami-kyndryl Your server? Claim it
local only

Bmc Helix MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 16 Sep 2026.

A MCP Server for BMC Helix ITSM API.

Installs per day peak 289 · avg 15 · -20% w/w
a month agotoday
41
Installs / week
npm · bmc-helix-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What changed 2

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 17 September 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed

Nothing serious here today

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

This one needs environment variables set before it will start: HELIX_API_URL (BMC Helix Entry level REST API URL endpoint.), HELIX_TOKEN_URL (BMC Helix JWT Login endpoint URL.), HELIX_USERID (BMC Helix API Username/UserID.), HELIX_PASSWORD (BMC Helix API User Password.), HELIX_CERT_PATH (Path to the retrieved BMC Helix TLS certificate chain.), MCP_PORT (The port number on which the MCP Server should run.), MCP_AUTH_TOKEN (Optional Bearer token to secure the MCP Server communication.), MCP_TLS_ENABLED (Set to true to run the MCP Server with secure TLS (HTTPS).), MCP_TLS_KEY (Path to the TLS private key file.), MCP_TLS_CERT (Path to the TLS certificate file.), MCP_TLS_CA (Path to the TLS Certificate Authority (CA) file.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bmc Helix MCP

same job, measured the same way
Swapi MCP
by abhishekjkrsna

MCP server for SWAPI API

46 installs/wk local only
Hostinger API MCP
by hostinger

MCP server for Hostinger API

155 172 installs/wk answering
Healthchecksio MCP
by nguyenhuy158

MCP server for Healthchecks.io API

23 installs/wk local only
Qnap
by marcelo-ochoa

MCP server for QNAP NAS API

32 installs/wk local only
Razorpay
by indiamcp

MCP server for Razorpay API.

21 installs/wk local only
Help Scout
by pipeworx-io

MCP server for help-scout

40 tools answering
I
Nodejsmcp
by steeped-registry

A Forgejo MCP Server

64 installs/wk local only
Harness
by asklokesh

MCP server for Harness API integration

52 installs/wk local only

Bmc Helix MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bmc Helix MCP?
Bmc Helix 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 bmc-helix-mcp was installed 41 times last week.
How do I connect Bmc Helix 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 bmc-helix-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bmc Helix MCP?
The npm package bmc-helix-mcp was installed 41 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bmc Helix MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.