mcpbeat Sign in

junai Pipeline MCP Server

by saajunaid Your server? Claim it
local only

junai Pipeline MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 205 installs a week from pypi. Last commit 17 Sep 2026.

Agentic pipeline orchestration MCP server for AI-driven development workflows.

Installs per day peak 123 · avg 40 · -54% w/w
a month agotoday
205
Installs / week
pypi · junai-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
License
Python

What the code does

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

Executes code built at runtime plugin-codex/skills/playwright/lib/helpers.js:174
  return await page.$$eval(selector, elements =>
        result = subprocess.run(
          wrapper.innerHTML = htmlStr;
  <script src="https://cdn.sheetjs.com/xlsx-0.20.3/package/dist/xlsx.full.min.js" integrity="sha384-EnyY0/GSHQGSxSgMwaIPzSESbqoOLSexfnSMN2AP+39Ckmn92stwABZynq1JyzdT" crossorigin="anonymous"></script>

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

This one needs environment variables set before it will start: PIPELINE_STATE_PATH (Path to pipeline-state.json. Defaults to .github/pipeline-state.json relative to the workspace root (detected by searching upward from the current directory for a .github folder).), JUNAI_WORKSPACE_ROOT (Explicit workspace root path override. Use if automatic detection (searching upward for .github) does not find the correct root.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to junai Pipeline MCP

same job, measured the same way
Spec Driven Development
by formulahendry

MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.

48 installs/wk local only
D
Ceraph
by ceraph

MCP server for agent-driven React Native and Expo development and mobile testing

656 installs/wk local only
Godot MCP
by tugcantopaloglu

MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development

92 installs/wk local only
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
FlyDocs
by flydocs

Spec-driven development workflow for AI agents: issue lifecycle, sessions, project updates.

969 installs/wk local only
MCP Probe Kit
by mybolide

Spec-driven dev workflow MCP: start_* orchestration, memory, GitNexus, quality gates.

211 installs/wk local only
Jupyter MCP Server
by chengjiale150

A powerful MCP server for AI-driven Jupyter Notebook management and execution

353 installs/wk local only
Withvibe Roadmap
by withvibe

Per-env roadmap board for WithVibe — an MCP server the orchestrator drives to plan and track work.

local only

junai Pipeline MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for junai Pipeline MCP?
junai Pipeline MCP 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 pypi package junai-mcp was installed 205 times last week.
How do I connect junai Pipeline MCP?
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 junai-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use junai Pipeline MCP?
The pypi package junai-mcp was installed 205 times in the last week. Week over week that is -54%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is junai Pipeline MCP open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.