mcpbeat Sign in

MCP Await MCP Server

by ricardo-hdrn Your server? Claim it
local only

MCP Await runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 8 Mar 2026.

Condition watcher for AI assistants — wait for ports, files, URLs, processes, and more

Installs per day peak 23 · avg 8 · -48% w/w
a month agotoday
32
Installs / week
npm · mcp-await
2
Stars
0 open issues
8 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

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

Runs a command on install [пакет] package.json:1
postinstall: node install.js
  execFileSync(bin, process.argv.slice(2), { stdio: "inherit" });
Builds a file path from a variable install.js:88, [пакет] install.js:88
  const extractedPath = path.join(BIN_DIR, extractedName);

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

Alternatives to MCP Await

same job, measured the same way
I
kiriya
by satpaingoo

Developer tools for files, git, ports, processes and more, the same on Windows, Linux and macOS

local only
I
Yandex360 MCP
by pa1ch

MCP server for Yandex 360 services (Wiki, and more) — tools for AI assistants.

67 installs/wk local only
Paypal
by paypal-mcp

PayPal MCP server provides access to PayPal services and operations for AI assistants

answering
Home Assistant MCP Server
by jarahkon

MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more

69 installs/wk local only
Pomera AI Commander
by matbanik

Desktop text workbench + MCP server: 22+ text processing tools for AI assistants

151 installs/wk local only
Linkedin MCP
by devag7

LinkedIn for AI assistants — search, profiles, jobs, feed, messaging, and gated writes.

85 installs/wk local only
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

29 installs/wk local only
Hiveclaw
by omiiyamu

Connect AI assistants to HiveClaw — manage projects, talk to AI agents, and more.

18 installs/wk answering

MCP Await — questions

Answers built from our own checks of this server.

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