Orchex
Rank #1,200io.github.wundam/orchex
MCP server providing orchex capabilities
Orchex is a Model Context Protocol (MCP) server published by wundam. It ranks #1,200 of 132,113 servers tracked on MCP Toplist, and its repository has 664 GitHub stars. Orchex is listed on Official MCP, with 4 tracked versions. It was first listed on Mar 10, 2026 and most recently updated on Mar 13, 2026.
Ranks ahead of 130,913 of 132,113 servers on MCP Toplist.
Use Orchex
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add orchex -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -e "DEEPSEEK_API_KEY=<your DEEPSEEK_API_KEY>" -e "ORCHEX_API_URL=<your ORCHEX_API_URL>" -- npx -y @wundam/orchexReplace each placeholder with your own value before saving.
[mcp_servers.orchex]
command = "npx"
args = ["-y", "@wundam/orchex"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wundam%2Forchex)<a href="https://mcptoplist.com/server/io.github.wundam%2Forchex"><img src="https://mcptoplist.com/badge/io.github.wundam%2Forchex.svg" alt="MCP Toplist: Top 1% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
wundam
Other servers by wundam
View all wundam servers →Available versions (4)
| Version | Published |
|---|---|
| 1.0.0-rc.11 | Mar 13, 2026 |
| 1.0.0-rc.10 | Mar 12, 2026 |
| 1.0.0-rc.9 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Orchex?
- Orchex is maintained by wundam, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Orchex listed on the Official MCP Registry?
- Yes — Orchex is listed on the Official MCP Registry.
- How many versions does Orchex have?
- MCP Toplist tracks 4 versions of Orchex, most recently published on Mar 13, 2026.
- Where can I find the source code for Orchex?
- The source code for Orchex is hosted at github.com/wundam/orchex.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.