mcpbeat Sign in

Styx MCP Server

local only

Styx MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 14 Mar 2026.

MCP server for Styx — intelligent AI routing across OpenAI, Anthropic, Google, and Mistral.

Installs per day peak 20 · avg 5 · +36% w/w
a month agotoday
30
Installs / week
npm · styx-mcp-server
5
Stars
0 open issues
14 Mar 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Reaches cloud metadata service backend/app/services/webhook_service.py:58
        if lower in ("localhost", "metadata.google.internal"):
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.

File ships in the package but is absent from the source [пакет] bin/styx-mcp.js:1, [пакет] server.py:1
этот файл ставится пользователю, но в репозитории его нет
Unsafe deserialization backend/ml/evaluate.py:31
        result = pickle.load(f)
const child = spawn(pythonCmd, pythonArgs, {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/cd.yml:185
          curl -X POST "${{ secrets.SLACK_WEBHOOK_URL }}" \

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Styx MCP Server and you get told the day something new turns up.

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

This one needs environment variables set before it will start: STYX_API_KEY (Styx API key for routing AI requests through the gateway (required for styx_send_request)), STYX_TOKEN (Styx auth token for project and key management (required for management tools)), STYX_API_URL (Styx backend API URL), STYX_PROXY_URL (Styx proxy URL for AI request routing). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Styx MCP Server

same job, measured the same way
Meta Prompt MCP
by kapillamba4

MCP server providing official Google and Anthropic prompting guides for meta-prompt generation.

117 installs/wk local only
Media Gen MCP
by strato-space

MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.

33 installs/wk local only
Google Image
by codechap

MCP server for Google Gemini image generation and editing

local only
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

53 installs/wk local only
Google Drive Files MCP
by zayansalman

Minimal MCP server for Google Drive file management and Google Sheets editing.

59 installs/wk local only
Google Docs
by pulsemcp

MCP server for Google Docs integration with OAuth2 and service account support.

82 installs/wk local only
Search Console MCP
by saurabhsharma2u

Google Search Console + Bing + GA4 + AdSense — unified SEO intelligence for AI agents.

598 installs/wk local only
MCP Veo
by acedatacloud

MCP server for Google Veo AI video generation

844 installs/wk answering

Styx MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Styx MCP Server?
Styx MCP Server 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 npm package styx-mcp-server was installed 30 times last week.
How do I connect Styx MCP Server?
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 styx-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Styx MCP Server?
The npm package styx-mcp-server was installed 30 times in the last week. Week over week that is +36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Styx MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.