What is the junai Pipeline MCP MCP server?
Agentic pipeline orchestration MCP server for AI-driven development workflows.
How to install junai Pipeline MCP
Copy-paste configuration for popular MCP clients.
PIPELINE_STATE_PATHPath 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_ROOTExplicit workspace root path override. Use if automatic detection (searching upward for .github) does not find the correct root.
{
"mcpServers": {
"junai-mcp": {
"command": "uvx",
"args": [
"junai-mcp"
],
"env": {
"PIPELINE_STATE_PATH": "<YOUR_PIPELINE_STATE_PATH>",
"JUNAI_WORKSPACE_ROOT": "<YOUR_JUNAI_WORKSPACE_ROOT>"
}
}
}
}{
"mcpServers": {
"junai-mcp": {
"command": "uvx",
"args": [
"junai-mcp"
],
"env": {
"PIPELINE_STATE_PATH": "<YOUR_PIPELINE_STATE_PATH>",
"JUNAI_WORKSPACE_ROOT": "<YOUR_JUNAI_WORKSPACE_ROOT>"
}
}
}
}{
"mcpServers": {
"junai-mcp": {
"command": "uvx",
"args": [
"junai-mcp"
],
"env": {
"PIPELINE_STATE_PATH": "<YOUR_PIPELINE_STATE_PATH>",
"JUNAI_WORKSPACE_ROOT": "<YOUR_JUNAI_WORKSPACE_ROOT>"
}
}
}
}{
"servers": {
"junai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"junai-mcp"
],
"env": {
"PIPELINE_STATE_PATH": "<YOUR_PIPELINE_STATE_PATH>",
"JUNAI_WORKSPACE_ROOT": "<YOUR_JUNAI_WORKSPACE_ROOT>"
}
}
}
}claude mcp add junai-mcp --env PIPELINE_STATE_PATH=<YOUR_PIPELINE_STATE_PATH> --env JUNAI_WORKSPACE_ROOT=<YOUR_JUNAI_WORKSPACE_ROOT> -- uvx junai-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.