Back to Browse

Styx MCP Server

by Timmx7
Developer ToolsLow Risk9.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (1 strong, 4 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

15 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: STYX_API_KEY

Styx auth token for project and key management (required for management tools)Required

Environment variable: STYX_TOKEN

Styx backend API URLOptional

Environment variable: STYX_API_URL

Styx proxy URL for AI request routingOptional

Environment variable: STYX_PROXY_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-timmx7-styx-mcp-server": {
      "env": {
        "STYX_TOKEN": "your-styx-token-here",
        "STYX_API_KEY": "your-styx-api-key-here",
        "STYX_API_URL": "your-styx-api-url-here",
        "STYX_PROXY_URL": "your-styx-proxy-url-here"
      },
      "args": [
        "-y",
        "styx-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!