mcpbeat Sign in
I

Cyberark MCP Server

local only

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

CyberArk PVWA API: safes and accounts.

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

Nothing serious here today

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

Alternatives to Cyberark MCP

same job, measured the same way
SiteGPT
by sitegpt

Manage SiteGPT chatbots and account resources through the SiteGPT API v2.

17 tools answering
Quickbooks
by pipeworx-io

QuickBooks MCP Pack — query customers, invoices, and accounts via QuickBooks Online API.

41 tools answering
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
Monobank
by akutishevsky

MCP server for Monobank API — currency rates, client info, and account statements

32 installs/wk local only
Signupgenius MCP
by chrischall

SignUpGenius for Claude — sign-ups, slots, groups, and RSVPs. Free accounts or Pro API key.

658 installs/wk local only
SRIFT
by srift

Secure P2P file transfer and encrypted chat for AI agents. No accounts, no API keys.

55 installs/wk 8 tools answering
Fileshareforagents
by fileshareforagents

Storage and file sharing for AI agents. No account, no API key: $0.01 USDC per call (x402, Base).

359 installs/wk local only
Janusmcp
by bayway

Multi-account tool broker for AI agents — CLI and MCP.

47 installs/wk local only

Cyberark MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cyberark MCP?
Cyberark 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 cyberark-mcp.
How do I connect Cyberark 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 cyberark-mcp straight from npm; nothing to host, nothing to sign up for.
Is Cyberark 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.