Just MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Jul 2026.
Expose curated Justfile recipes via MCP for safe deterministic automation.
We read the source, 21 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.
const result = spawnSync(binaryPath, process.argv.slice(2), {
const binaryPath = path.join(__dirname, 'bin', binaryName);
result = subprocess.run(
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.
MCP server for Android emulator automation via ADB.
MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP
MCP server for browser automation via Vercel's agent-browser CLI
MCP server for Zen Browser automation via WebDriver BiDi
Agent-first MCP server for WeChat Mini Program debugging & automation via WeChat DevTools.
MCP server for macOS desktop automation via the Accessibility API.
Detect, review and fill existing PDF forms from JSON or Excel; reuse saved templates
Windows AutoCAD MCP server for handle-first CAD automation, validation, and drawing exports.
Answers built from our own checks of this server.