mcpbeat Sign in

Advanced Zebrunner MCP Server

by maksimsarychau Your server? Claim it
local only

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

Advanced analytics, reporting, and safe mutations for Zebrunner. 64 tools, 14 resources, 17 prompts.

Installs per day peak 144 · avg 15 · -33% w/w
a month agotoday
53
Installs / week
npm · mcp-zebrunner
5
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

What the code does

We read the source, 2 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.

Builds a file path from a variable src/utils/video-analysis/video-downloader.ts:163
      const tempPath = path.join(this.tempDir, filename);
Long encoded blob in source src/stealth-integrity.ts:10
const PUBLIC_KEY_BASE64 = `LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQ0lqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUFwZFY5cGU1V0lOaDFqNmJFYU5QRgp4Z2w0YzFHcDdvamVSQWowOVpDOHUvalNRNVRBbHg2S1ZKamVaTFA1eFRxOUlTTVlMN1ZaeFBhSFcxVHVrVXYyCjF3R01JQlJSQWRnMTduVXU1eHl0M1I5WmJVbm5Oam9jZ…

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

This one needs environment variables set before it will start: PORT (HTTP server port (required for StreamableHTTP mode)), ZEBRUNNER_URL (Base URL for your Zebrunner instance (e.g., https://your-instance.zebrunner.com)), MCP_TRANSPORT (Transport mode: stdio, http, or auto (default: auto)), MCP_AUTH_MODE (Authentication mode: headers, oauth, or both (default: headers)), MCP_SERVER_URL (Public URL of this MCP server (for OAuth metadata)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Advanced Zebrunner MCP Server

same job, measured the same way
Google Analytics
by codechap

MCP server for Google Analytics 4 — reports, realtime data, and admin

local only
Google Analytics 4
by mindstone

Google Analytics 4 MCP server with reporting, schema discovery, and admin visibility tools

44 installs/wk local only
NordicMCP — Stripe
by nordicmcp

Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.

answering
Salesforce Marketing
by zleventer

MCP server for Salesforce — 47 tools for leads, campaigns, pipeline, attribution, and reporting.

18 installs/wk local only
1password
by cakerepository

MCP server for 1Password service accounts — tools and resources for vaults and credentials

248 installs/wk local only
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only
Pentest Tools
by pentest-tools

MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

answering
Rise MCP
by gzlo

RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.

88 installs/wk local only

Advanced Zebrunner MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Advanced Zebrunner MCP Server?
Advanced Zebrunner MCP Server 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 mcp-zebrunner was installed 53 times last week.
How do I connect Advanced Zebrunner MCP Server?
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 mcp-zebrunner straight from npm; nothing to host, nothing to sign up for.
How many people use Advanced Zebrunner MCP Server?
The npm package mcp-zebrunner was installed 53 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 Advanced Zebrunner MCP Server open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript and 5 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.