← Index

io.github.timmx7/styx-mcp-server

io.github.timmx7/styx-mcp-server·v1.0.0·AI & LLMs
Quality Score
83
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "styx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "styx-mcp-server"
      ],
      "env": {
        "STYX_API_KEY": "<your-styx_api_key>",
        "STYX_TOKEN": "<your-styx_token>",
        "STYX_API_URL": "<styx_api_url>",
        "STYX_PROXY_URL": "<styx_proxy_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "styx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "styx-mcp-server"
      ],
      "env": {
        "STYX_API_KEY": "<your-styx_api_key>",
        "STYX_TOKEN": "<your-styx_token>",
        "STYX_API_URL": "<styx_api_url>",
        "STYX_PROXY_URL": "<styx_proxy_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y styx-mcp-server
§02  Environment variables
STYX_API_KEY
requiredsecret

Styx API key for routing AI requests through the gateway (required for styx_send_request)

STYX_TOKEN
requiredsecret

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

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs