mcpbeat Sign in

BetaDrop MCP Server

by betadrop-app Your server? Claim it
local only

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

Publish iOS and Android builds to testers and manage share links from an AI coding agent.

Installs per day peak 160 · avg 21 · +14100% w/w
a month agotoday
421
Installs / week
npm · @betadrop/mcp
0
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: BETADROP_TOKEN (BetaDrop API token, created at Settings, Developer, API tokens. Optional: leave it unset and sign in through the server's own login tool, which stores the token in ~/.betadrop/config.json. Set it for CI or headless use.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to BetaDrop

same job, measured the same way
Dreamlit
by dreamlit

Create, test, publish, and manage Dreamlit notification workflows from AI clients.

11 tools answering
Splera
by sohaibt

A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent.

20 installs/wk local only
Facesign MCP
by facesign

Build and test FaceSign step-up verification flows from your AI coding tool

5 tools answering
Bitrise
by bitrise-io

Set up & manage mobile CI/CD on Bitrise: build, test, distribute iOS, Android, Flutter, RN apps.

answering
SAP ABAP MCP
by coaspe

Develop, test, analyze, and operate SAP ABAP systems through ADT from AI coding agents.

339 installs/wk local only
Test Coverage MCP
by goldbergyoni

Analyze test coverage from LCOV files - makes AI agents coverage-aware without wasting tokens

51 installs/wk local only
Spill
by vicc

Pull TestFlight screenshot feedback from App Store Connect into AI coding agents.

34 installs/wk local only
Copilot Studio MCP
by jgt87

Build, test, ship and maintain Microsoft Copilot Studio agents from the editor

875 installs/wk local only

BetaDrop — questions

Answers built from our own checks of this server.

Why is there no uptime for BetaDrop?
BetaDrop 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 @betadrop/mcp was installed 421 times last week.
How do I connect BetaDrop?
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 @betadrop/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use BetaDrop?
The npm package @betadrop/mcp was installed 421 times in the last week. Week over week that is +14100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BetaDrop open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.