What is the io.github.wundam/orchex MCP server?
Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs.
How to install io.github.wundam/orchex
Copy-paste configuration for popular MCP clients.
ANTHROPIC_API_KEYsecretAnthropic API key — auto-detected from shell env; override only
OPENAI_API_KEYsecretOpenAI API key — auto-detected from shell env; override only
GEMINI_API_KEYsecretGemini API key — auto-detected from shell env; override only
DEEPSEEK_API_KEYsecretDeepSeek API key — auto-detected from shell env; override only
ORCHEX_API_URLOverride cloud API URL (optional, defaults to https://orchex.dev)
{
"mcpServers": {
"orchex": {
"command": "npx",
"args": [
"-y",
"@wundam/orchex"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
"DEEPSEEK_API_KEY": "<YOUR_DEEPSEEK_API_KEY>",
"ORCHEX_API_URL": "<YOUR_ORCHEX_API_URL>"
}
}
}
}{
"mcpServers": {
"orchex": {
"command": "npx",
"args": [
"-y",
"@wundam/orchex"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
"DEEPSEEK_API_KEY": "<YOUR_DEEPSEEK_API_KEY>",
"ORCHEX_API_URL": "<YOUR_ORCHEX_API_URL>"
}
}
}
}{
"mcpServers": {
"orchex": {
"command": "npx",
"args": [
"-y",
"@wundam/orchex"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
"DEEPSEEK_API_KEY": "<YOUR_DEEPSEEK_API_KEY>",
"ORCHEX_API_URL": "<YOUR_ORCHEX_API_URL>"
}
}
}
}{
"servers": {
"orchex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wundam/orchex"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
"DEEPSEEK_API_KEY": "<YOUR_DEEPSEEK_API_KEY>",
"ORCHEX_API_URL": "<YOUR_ORCHEX_API_URL>"
}
}
}
}claude mcp add orchex --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> --env OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> --env GEMINI_API_KEY=<YOUR_GEMINI_API_KEY> --env DEEPSEEK_API_KEY=<YOUR_DEEPSEEK_API_KEY> --env ORCHEX_API_URL=<YOUR_ORCHEX_API_URL> -- npx -y @wundam/orchexRelated 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.