Baepsae runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 1 Apr 2026.
Local MCP server for iOS Simulator and macOS app automation with a native Swift bridge
We read the source, 18 h ago · rules 3dff92dd89df
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.
postinstall: if [ "$(uname)" = "Darwin" ]; then if [ -f bundled/baepsae-native ] && bundled/baepsae-native --version >/dev/null 2>&1; then exit 0; fi; if command -v swift >/dev/null 2>&1; then npm run build:native; else echo 'WARNING: No working native binary and Swift not found. Native commands will be unavailable.' >&2; fi; fi
let process = Process()
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add baepsae -- npx -y mcp-baepsae
{
"mcpServers": {
"baepsae": {
"args": [
"-y",
"mcp-baepsae"
],
"command": "npx"
}
}
}
[mcp_servers.baepsae]
command = "npx"
args = ["-y", "mcp-baepsae"]
{
"mcpServers": {
"baepsae": {
"args": [
"-y",
"mcp-baepsae"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"baepsae": {
"args": [
"-y",
"mcp-baepsae"
],
"command": "npx"
}
}
}
MCP server that bridges local apps with Selenix for browser automation.
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
MCP server for browser automation with AI agent
MCP server for Android emulator automation via ADB.
Command wrapper MCP server for coding agents, compression, workflows, and local automation.
MCP server for NinjaONE RMM with device management, monitoring, and automation
MCP server for Zabbix monitoring and automation
Android mobile automation with uiautomator2. AI bot for taps, swipes, apps, XPath testing, RPA.
Answers built from our own checks of this server.